summaryrefslogtreecommitdiff
path: root/wm/pwm/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-12-15 18:51:21 +0000
committersalo <salo>2003-12-15 18:51:21 +0000
commitb9511389f5bf66cc5b83747b8c9aedfddea20a83 (patch)
tree3cf9978024204b195da7948ca5bbcc9bdea6b2f7 /wm/pwm/Makefile
parent29e98b067631895c3247e29fad16c4e77a46624a (diff)
downloadpkgsrc-b9511389f5bf66cc5b83747b8c9aedfddea20a83.tar.gz
Update to the latest snapshot.
2003-06-17 * Applied a patch to convert sprintf:s to snprintf:s.
Diffstat (limited to 'wm/pwm/Makefile')
-rw-r--r--wm/pwm/Makefile35
1 files changed, 17 insertions, 18 deletions
diff --git a/wm/pwm/Makefile b/wm/pwm/Makefile
index 3cdd0085eb7..863697f7335 100644
--- a/wm/pwm/Makefile
+++ b/wm/pwm/Makefile
@@ -1,36 +1,35 @@
-# $NetBSD: Makefile,v 1.10 2003/09/05 16:34:59 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/15 18:51:21 salo Exp $
#
-DISTNAME= pwm-20030528
+DISTNAME= pwm-20030617
PKGNAME= ${DISTNAME:S/-/-1.0./}
-PKGREVISION= 1
CATEGORIES= wm x11
-MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
+MASTER_SITES= http://modeemi.fi/~tuomov/dl/
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://modeemi.fi/~tuomov/pwm/
COMMENT= Window manager that frames multiple client windows in a single frame
-USE_BUILDLINK2= YES
-USE_PKGINSTALL= YES
-USE_X11= YES
-USE_GMAKE= YES
+USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
+USE_X11= YES
+USE_GMAKE= YES
-CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
PKG_SYSCONFSUBDIR= pwm
-EGDIR= ${PREFIX}/share/examples/pwm
-CONF_FILES= ${EGDIR}/pwm.conf.default ${PKG_SYSCONFDIR}/pwm.conf
+EGDIR= ${PREFIX}/share/examples/pwm
+CONF_FILES= ${EGDIR}/pwm.conf.default ${PKG_SYSCONFDIR}/pwm.conf
-SUPPS= buttons-default.conf
-SUPPS+= keys-default.conf
-SUPPS+= menus-default.conf
-SUPPS+= look-beoslike.conf
-SUPPS+= look-brownsteel.conf
-SUPPORT_FILES= # empty
+SUPPS= buttons-default.conf
+SUPPS+= keys-default.conf
+SUPPS+= menus-default.conf
+SUPPS+= look-beoslike.conf
+SUPPS+= look-brownsteel.conf
+SUPPORT_FILES= # empty
.for FILE in ${SUPPS}
-SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
.endfor
.include "../../mk/bsd.pkg.mk"