diff options
author | jmmv <jmmv> | 2003-06-14 11:22:40 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-06-14 11:22:40 +0000 |
commit | e392c5588553320b9ccfd8433d24c5181ec7fdc0 (patch) | |
tree | b982939ca0028c77daa5343051fc9a9eb64f99df /wm/pekwm/Makefile | |
parent | e2d67b1b85fc1287813ff2fb2432db9830606b36 (diff) | |
download | pkgsrc-e392c5588553320b9ccfd8433d24c5181ec7fdc0.tar.gz |
Update to 0.1.3, based on patch provided by Juan RP in private mail:
* Keygrabber now support keychains.
* Dynamic menus, lets you execute a script and generate menus on the fly
when they're viewed.
* Basic titlerules that make you rewrite titles.
* Unified config format for all actions.
* Multiple actions per event/entry.
* Workspace change by moving the mouse.
Diffstat (limited to 'wm/pekwm/Makefile')
-rw-r--r-- | wm/pekwm/Makefile | 27 |
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" |