summaryrefslogtreecommitdiff
path: root/wm/matchbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/matchbox/Makefile')
-rw-r--r--wm/matchbox/Makefile36
1 files changed, 23 insertions, 13 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile
index 04f6af84bca..da3c09a02c1 100644
--- a/wm/matchbox/Makefile
+++ b/wm/matchbox/Makefile
@@ -1,20 +1,30 @@
-# $NetBSD: Makefile,v 1.15 2004/10/05 10:30:35 agc Exp $
+# $NetBSD: Makefile,v 1.16 2005/04/07 13:40:49 ben Exp $
#
-DISTNAME= matchbox-window-manager-0.8.4
-PKGNAME= matchbox-0.8.4
-PKGREVISION= 1
-CATEGORIES= wm x11
-MASTER_SITES= http://matchbox.handhelds.org/sources/matchbox-window-manager/0.8/
+DISTNAME= matchbox-window-manager-0.9.3
+PKGNAME= matchbox-0.9.3
+CATEGORIES= wm x11
+MASTER_SITES= http://matchbox.handhelds.org/sources/matchbox-window-manager/0..9/
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://matchbox.handhelds.org/
-COMMENT= Window manager designed for computers with small displays
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://matchbox.handhelds.org/
+COMMENT= Window manager designed for computers with small displays
-USE_BUILDLINK3= yes
-USE_X11= yes
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
+USE_LIBTOOL= yes
+USE_PKGINSTALL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+
+PKG_SYSCONFSUBDIR= matchbox
+EGDIR= ${PREFIX}/share/examples/matchbox
+CONF_FILES= ${EGDIR}/kbdconfig ${PKG_SYSCONFDIR}/kbdconfig
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/matchbox
+ ${MV} ${PKG_SYSCONFDIR}/kbdconfig \
+ ${PREFIX}/share/examples/matchbox/
.include "../../devel/libmatchbox/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"