From 4263e5282f25fc0fccccf29b47d98962486a4cb0 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 1 Aug 2003 18:21:07 +0000 Subject: - Rearrange USE_GNOME PR: 55158 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit) --- x11-clocks/sanduhr/Makefile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile index 34f5e760916a..215c6257dc43 100644 --- a/x11-clocks/sanduhr/Makefile +++ b/x11-clocks/sanduhr/Makefile @@ -8,27 +8,18 @@ PORTNAME= sanduhr PORTVERSION= 1.0 CATEGORIES= x11-clocks gnome -MASTER_SITES= http://www.mathematik.uni-kl.de/~wwwstoch/voss/ +MASTER_SITES= http://www.mathematik.uni-kl.de/~wwwstoch/voss/data/ MAINTAINER= ports@FreeBSD.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomelibs gnometarget gnomeprefix oaf USE_GMAKE= yes -USE_GNOME= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + LDFLAGS="-L${LOCALBASE}/lib" MAN1= sanduhr.1 -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' - .include -- cgit v1.2.3