summaryrefslogtreecommitdiff
path: root/wm/wmakerconf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-08-03 17:49:40 +0000
committerwiz <wiz@pkgsrc.org>2001-08-03 17:49:40 +0000
commit3e0cc6a068b4fbce75a2cf9df4fd4ad0c91fd314 (patch)
tree02001a3e65423a42e82cd74b9e5b3e8b1de5dd60 /wm/wmakerconf/Makefile
parent6ea4ec6acc14783f76384df5b08346e102c17791 (diff)
downloadpkgsrc-3e0cc6a068b4fbce75a2cf9df4fd4ad0c91fd314.tar.gz
Update to 2.8.1. New since 2.7:
* Added new Window Maker texture style "interwoven gradients" and attributes WorkspaceBorder/WorkspaceBorderSize * New translations: pt_BR.po, es_ES.po
Diffstat (limited to 'wm/wmakerconf/Makefile')
-rw-r--r--wm/wmakerconf/Makefile31
1 files changed, 14 insertions, 17 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile
index 83df28ffd76..5d204abd66e 100644
--- a/wm/wmakerconf/Makefile
+++ b/wm/wmakerconf/Makefile
@@ -1,27 +1,24 @@
-# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:53 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/03 17:49:40 wiz Exp $
#
-DISTNAME= wmakerconf-2.7
+DISTNAME= wmakerconf-2.8.1
CATEGORIES= x11 wm
-MASTER_SITES= http://ulli.linuxave.net/wmakerconf/
+MASTER_SITES= http://ulli.on.openave.net/wmakerconf/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@netbsd.org
-HOMEPAGE= http://ulli.linuxave.net/wmakerconf/
+HOMEPAGE= http://ulli.on.openave.net/wmakerconf/
COMMENT= Gtk+ based configuration tool for Window Maker
-DEPENDS+= imlib-*:../../graphics/imlib
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
-DEPENDS+= windowmaker-*:../../wm/windowmaker
-
-USE_X11BASE= yes
-USE_PERL5= yes
-USE_LIBINTL= yes
-
-GNU_CONFIGURE= yes
-
-# for libProplist
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
+USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK_X11= yes
+USE_X11BASE= yes
+USE_PERL5= yes
+#USE_LIBINTL= yes
+GNU_CONFIGURE= yes
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../graphics/imlib/buildlink.mk"
+.include "../../wm/windowmaker/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"