summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-30 10:37:25 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-30 10:37:25 +0000
commit40e2368bddf3e78222e3a99c860dc89c1fd40898 (patch)
treee5fab8a0e281cc944000c372bb7fe2eedb0bb8a6 /wm
parenta95f52ee25734fc155edc36cf4d7f5c7d44895cd (diff)
downloadpkgsrc-40e2368bddf3e78222e3a99c860dc89c1fd40898.tar.gz
Converted to use buildlink.mk files
Diffstat (limited to 'wm')
-rw-r--r--wm/enlightenment/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile
index 2db45991081..a887ccdf3a0 100644
--- a/wm/enlightenment/Makefile
+++ b/wm/enlightenment/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:53 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/06/30 10:37:25 zuntum Exp $
DISTNAME= enlightenment-0.16.4
CATEGORIES= x11 gnome wm
@@ -8,18 +8,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.enlightenment.org/
COMMENT= Window manager for X
-DEPENDS+= esound>=0.2.18:../../audio/esound
-DEPENDS+= imlib>=1.9.8:../../graphics/imlib
-DEPENDS+= fnlib-0.5:../../graphics/fnlib
-DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib
-DEPENDS+= libghttp-*:../../www/libghttp
-
+USE_BUILDLINK_ONLY= YES
USE_PERL5= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-fsstd
-CPPFLAGS+= -I${LOCALBASE}/include
MAKE_ENV+= USER=${SHAREOWN}:${SHAREGRP}
post-install:
@@ -31,4 +25,9 @@ post-install:
${FIND} ${PREFIX}/share/enlightenment/themes -type f | \
${XARGS} ${CHMOD} ${NONBINMODE}
+.include "../../audio/esound/buildlink.mk"
+.include "../../graphics/imlib/buildlink.mk"
+.include "../../graphics/fnlib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../www/libghttp/buildlink.mk"
.include "../../mk/bsd.pkg.mk"