summaryrefslogtreecommitdiff
path: root/wm/pekwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/pekwm/Makefile')
-rw-r--r--wm/pekwm/Makefile27
1 files changed, 23 insertions, 4 deletions
diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile
index b6b6ba59e66..2c153aada47 100644
--- a/wm/pekwm/Makefile
+++ b/wm/pekwm/Makefile
@@ -1,18 +1,37 @@
-# $NetBSD: Makefile,v 1.2 2003/02/05 18:43:22 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2003/06/14 11:22:40 jmmv Exp $
#
-DISTNAME= pekwm-0.1.2
+DISTNAME= pekwm-0.1.3
CATEGORIES= wm
-MASTER_SITES= http://pekwm.babblica.net/files/source/
+MASTER_SITES= http://pekwm.pekdon.net/files/source/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= jrp@hispabsd.org
-HOMEPAGE= http://pekwm.babblica.net/
+HOMEPAGE= http://pekwm.org/
COMMENT= Window manager based on aewm++
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
+USE_PERL5= run
+USE_PKGINSTALL= YES
+CONFIGURE_ARGS+= --enable-harbour
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+REPLACE_PERL= ${WRKSRC}/data/scripts/pekwm_themeset.pl \
+ ${WRKSRC}/data/scripts/pekwm_ws_menu.pl
+
+PKG_SYSCONFSUBDIR= pekwm
+
+EGDIR= ${PREFIX}/share/examples/pekwm
+CONF_FILES=
+.for f in autoproperties config keys menu mouse start
+CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
+.endfor
+.undef f
+
+.include "../../lang/perl5/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"