summaryrefslogtreecommitdiff
path: root/x11/wmakerconf/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>1999-10-09 01:06:13 +0000
committerjlam <jlam>1999-10-09 01:06:13 +0000
commitb0033de7cf00205a2241d72c0d8034dadcaae494 (patch)
tree023f48f838b1eacb823ba0ae05f3bf608b0f188e /x11/wmakerconf/Makefile
parent825b849db98c1b372bf2b2f3857f58de778402cc (diff)
downloadpkgsrc-b0033de7cf00205a2241d72c0d8034dadcaae494.tar.gz
Update wmakerconf to version 2.3.
user visible changes since 2.2: * New shortcut dialog * Option to enable/disable tooltips * WindowMaker 0.61.0 attributes update (including * drawPlainString plugin support with libwmfun-0.0.2) * Bugfix shortcut dialog
Diffstat (limited to 'x11/wmakerconf/Makefile')
-rw-r--r--x11/wmakerconf/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile
index 16846889e4e..f2e4b968e06 100644
--- a/x11/wmakerconf/Makefile
+++ b/x11/wmakerconf/Makefile
@@ -1,23 +1,26 @@
-# $NetBSD: Makefile,v 1.10 1999/10/05 21:07:06 tron Exp $
+# $NetBSD: Makefile,v 1.11 1999/10/09 01:06:13 jlam Exp $
#
-DISTNAME= wmakerconf-2.2
+DISTNAME= wmakerconf-2.3
CATEGORIES= x11
-MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ \
- ftp://ftp.ema.fr/pub/mirrors/windowmaker/wmakerconf/
+MASTER_SITES= http://members.linuxstart.com/~ulli/wmakerconf/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/
+HOMEPAGE= http://members.linuxstart.com/~ulli/wmakerconf/
DEPENDS+= imlib-1.9.4:../../graphics/imlib
-DEPENDS+= gtk+-1.2.4:../../x11/gtk
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= windowmaker-*:../../x11/windowmaker
USE_X11BASE= yes
+USE_PERL= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+# for libintl and libProplist
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -R${LOCALBASE}/lib # for libPropList.so.1.1
+LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
.include "../../mk/bsd.pkg.mk"