summaryrefslogtreecommitdiff
path: root/wm/enlightenment/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/enlightenment/Makefile')
-rw-r--r--wm/enlightenment/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile
index 01ca8a447eb..0925eed0a5a 100644
--- a/wm/enlightenment/Makefile
+++ b/wm/enlightenment/Makefile
@@ -1,33 +1,33 @@
-# $NetBSD: Makefile,v 1.13 2003/05/05 16:54:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2003/05/25 09:50:52 salo Exp $
+#
DISTNAME= enlightenment-0.16.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11 gnome wm
-MASTER_SITES= ftp://ftp.enlightenment.org/pub/e/enlightenment/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.enlightenment.org/
-COMMENT= Window manager for X
+COMMENT= Highly themeable and configurable window manager
-USE_BUILDLINK2= yes
-USE_X11BASE= yes
-USE_PKGLOCALEDIR= yes
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_PKGLOCALEDIR= YES
+GNU_CONFIGURE= YES
-GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fsstd
MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP}
post-install:
for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \
- ${TOUCH} ${PREFIX}/$${FILE}; \
+ ${TOUCH} ${PREFIX}/$${FILE}; \
done
${FIND} ${PREFIX}/share/enlightenment/themes -type d | \
${XARGS} ${CHMOD} ${BINMODE}
${FIND} ${PREFIX}/share/enlightenment/themes -type f | \
- ${XARGS} ${CHMOD} ${NONBINMODE}
+ ${XARGS} ${CHMOD} ${SHAREMODE}
.include "../../audio/esound/buildlink2.mk"
-.include "../../graphics/imlib/buildlink2.mk"
.include "../../graphics/fnlib/buildlink2.mk"
.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"