summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r--x11/fvwm-wharf/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile
index 064dd8ffffb..a68918ea1cc 100644
--- a/x11/fvwm-wharf/Makefile
+++ b/x11/fvwm-wharf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/11 16:19:47 tron Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/21 13:39:33 wiz Exp $
DISTNAME= AfterStep-1.0
PKGNAME= fvwm-wharf-1.0
@@ -9,14 +9,18 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.afterstep.org/
COMMENT= Copy of AfterStep's Wharf compatible with fvwm2
+USE_BUILDLINK2= YES
+USE_IMAKE= YES
USE_X11BASE= YES
-USE_XPM= YES
+# We don't want the '-a' flag
+XMKMF= ${XMKMF_CMD}
-do-configure:
- (cd ${WRKSRC}; ${X11BASE}/bin/xmkmf; ${MAKE} Makefiles)
+post-configure:
+ cd ${WRKSRC}; ${MAKE} Makefiles
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf
${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/man/man1/Fvwm-Wharf.1
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"