summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-21 13:33:32 +0000
committerwiz <wiz@pkgsrc.org>2002-10-21 13:33:32 +0000
commita461bb81c08e6dc060afb6c872cbae9ea38e5130 (patch)
tree7ef4a5187e32651844cd47562f50bb07803c8dc6 /x11/fvwm-wharf
parentd93a2de6c250a998983627ea5fcf9c4cc2160250 (diff)
downloadpkgsrc-a461bb81c08e6dc060afb6c872cbae9ea38e5130.tar.gz
Convert to buildlink2.
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"