summaryrefslogtreecommitdiff
path: root/x11/wmfire/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wmfire/Makefile')
-rw-r--r--x11/wmfire/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile
index 8ef24f2e4e1..fec59d171be 100644
--- a/x11/wmfire/Makefile
+++ b/x11/wmfire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:58 jlam Exp $
+#$NetBSD: Makefile,v 1.7 2001/06/29 08:51:20 zuntum Exp $
#
DISTNAME= wmfire-0.0.3.8
@@ -8,12 +8,10 @@ MASTER_SITES= http://www.zebra.net/~dm/wmfire/
MAINTAINER= hubertf@netbsd.org
COMMENT= Displays generated fire according to system load
+USE_BUILDLINK_ONLY= YES
USE_X11= YES
-USE_XPM= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -I${X11BASE}/include
-MAKE_ENV+= XPMDIR=${XPMDIR}
-EVAL_PREFIX= XPMDIR=xpm
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmfire
@@ -23,4 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/wmfire
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/wmfire
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"