summaryrefslogtreecommitdiff
path: root/wm/windowmaker
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-26 00:38:28 +0000
committerzuntum <zuntum>2001-06-26 00:38:28 +0000
commit4dd24c623988b3824237183e34c37eff5b4fd3f3 (patch)
tree8012950ecc728fadeb986420ae42164c23962312 /wm/windowmaker
parent31fd1bb6d5b2b68b71359a8c2e0287422a95c1f6 (diff)
downloadpkgsrc-4dd24c623988b3824237183e34c37eff5b4fd3f3.tar.gz
Converted to use buildlink.mk files
Diffstat (limited to 'wm/windowmaker')
-rw-r--r--wm/windowmaker/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index 4e8bc4fad7e..c34c2be55f3 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/05/22 10:42:13 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/06/26 00:38:28 zuntum Exp $
DISTNAME= WindowMaker-0.65.0
PKGNAME= windowmaker-0.65.0
@@ -13,12 +13,8 @@ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone
BUILD_DEPENDS+= automake-1.4:../../devel/automake
BUILD_USES_MSGFMT= yes
-DEPENDS+= libproplist-0.10.*:../../devel/libproplist
-DEPENDS+= libungif-*:../../graphics/libungif
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.0.11:../../graphics/png
-DEPENDS+= tiff-*:../../graphics/tiff
+USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
USE_LIBINTL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -26,11 +22,7 @@ USE_X11BASE= YES
USE_XPM= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-usermenu \
- --with-nlsdir=${PREFIX}/share/locale \
- --with-incs-from="-I${LOCALBASE}/include" \
- --with-libs-from=" \
- -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib \
- -Wl,-R${X11BASE}/lib -L${X11BASE}/lib"
+ --with-nlsdir=${PREFIX}/share/locale
CONFIGURE_ENV+= LINGUAS=yes
INSTALL_TARGET= install-strip
@@ -88,4 +80,9 @@ post-install:
FAQ FAQ.I18N \
${PREFIX}/share/doc/WindowMaker
+.include "../../devel/libproplist/buildlink.mk"
+.include "../../graphics/libungif/buildlink.mk"
+.include "../../graphics/jpeg/buildlink.mk"
+.include "../../graphics/png/buildlink.mk"
+.include "../../graphics/tiff/buildlink.mk"
.include "../../mk/bsd.pkg.mk"