aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:21:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:21:07 +0000
commit4263e5282f25fc0fccccf29b47d98962486a4cb0 (patch)
treed261879d58055c765134ce544846c5012fa7527e /x11-clocks
parentcdf912fa684abed71d4a283140c9941a22916078 (diff)
downloadports-4263e5282f25fc0fccccf29b47d98962486a4cb0.tar.gz
ports-4263e5282f25fc0fccccf29b47d98962486a4cb0.zip
- Rearrange USE_GNOME
PR: 55158 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86137
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/sanduhr/Makefile15
1 files 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 <bsd.port.mk>