summaryrefslogtreecommitdiff
path: root/wm/ion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/ion/Makefile')
-rw-r--r--wm/ion/Makefile19
1 files changed, 18 insertions, 1 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile
index 8f4fb50dae1..d0216076c25 100644
--- a/wm/ion/Makefile
+++ b/wm/ion/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2002/08/25 21:51:35 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/12/22 21:33:14 jmmv Exp $
#
DISTNAME= ion-20010523
+PKGREVISION= 1
CATEGORIES= x11 wm
MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/
@@ -13,4 +14,20 @@ USE_BUILDLINK2= YES
USE_X11BASE= YES
USE_GMAKE= YES
+PKG_SYSCONFSUBDIR= ion
+EGDIR= ${PREFIX}/share/examples/ion
+EGFILES= bindings-default.conf bindings-sun.conf kludges.conf \
+ look-brownsteel.conf look-greyviolet.conf \
+ look-simpleblue.conf look-wheat.conf sample.conf \
+ ion.conf
+.for f in ${EGFILES}
+CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f
+.endfor
+.undef f
+
+# ion's sources will append "ion/" to PKG_SYSCONFBASE, that is, the
+# PKG_SYSCONFSUBDIR we are currently using.
+MAKE_ENV= PKG_SYSCONFBASE="${PKG_SYSCONFBASE}"
+
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"