aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eazel-themes
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-02 11:58:24 +0800
committerlioux <lioux@FreeBSD.org>2002-09-02 11:58:24 +0800
commit4209bb71977829b62066e798e060774ed78ce7ff (patch)
treec4d6939a1d18781a4f393bc2c7e8de7e2c88ea55 /x11-toolkits/eazel-themes
parentec3d69f93586f4bbdef5685cabcfa09198308fa1 (diff)
downloadfreebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.tar.gz
freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.tar.zst
freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.zip
Deploy USE_GNOMENG infrastructure
PR: 42309 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-toolkits/eazel-themes')
-rw-r--r--x11-toolkits/eazel-themes/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/eazel-themes/Makefile b/x11-toolkits/eazel-themes/Makefile
index cdb22fd8c840..824c25ce7b50 100644
--- a/x11-toolkits/eazel-themes/Makefile
+++ b/x11-toolkits/eazel-themes/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish \
WRKSRC= ${WRKDIR}/${DISTNAME}/gtk+/eazel-engine
-USE_GNOMECTRL= yes
+USE_GNOMENG= yes
+USE_GNOME= libcapplet
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -28,8 +29,8 @@ CONFIGURE_ARGS= --localstatedir=${X11BASE}/share \
--datadir=${X11BASE}/share
post-extract:
- @find ${WRKSRC}/../.. -type f | grep -v eazel-engine | xargs ${CHMOD} 644
- @find ${WRKSRC}/../.. -type d | xargs ${CHMOD} 755
+ @${FIND} ${WRKSRC}/../.. -type f | ${GREP} -v eazel-engine | ${XARGS} ${CHMOD} 644
+ @${FIND} ${WRKSRC}/../.. -type d | ${XARGS} ${CHMOD} 755
post-install:
${MKDIR} ${PREFIX}/share/themes/Eazel