aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/electriceyes
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-19 17:58:00 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-19 17:58:00 +0800
commit0bafec6acceec1dc56463673b11fbd56f86b4fef (patch)
treec8f3098fdb1fd6a11a037980ad9dc27e1338bb47 /graphics/electriceyes
parentced4d3fbee25a8b8ff3b2f138c2c560fb5cd0c31 (diff)
downloadfreebsd-ports-gnome-0bafec6acceec1dc56463673b11fbd56f86b4fef.tar.gz
freebsd-ports-gnome-0bafec6acceec1dc56463673b11fbd56f86b4fef.tar.zst
freebsd-ports-gnome-0bafec6acceec1dc56463673b11fbd56f86b4fef.zip
Use USE_GNOMENG.
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r--graphics/electriceyes/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile
index 26c001edad2d..1cc997001d11 100644
--- a/graphics/electriceyes/Makefile
+++ b/graphics/electriceyes/Makefile
@@ -16,17 +16,15 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
post-install:
${MV} ${PREFIX}/bin/ee ${PREFIX}/bin/ElectricEyes