summaryrefslogtreecommitdiff
path: root/wm/larswm/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-05-16 08:21:50 +0000
committersalo <salo>2003-05-16 08:21:50 +0000
commitb3f6aa2bf8b3d295a8b09ebc0bbf8f812cc50f09 (patch)
tree566d6ab840cd00a99f279afc0d90355f8a36d8b9 /wm/larswm/Makefile
parent51c727d51ac575002a6304187e9e934a4e7d96d0 (diff)
downloadpkgsrc-b3f6aa2bf8b3d295a8b09ebc0bbf8f812cc50f09.tar.gz
Updated to version 7.2.10.
Changes: - honour PKG_SYSCONFDIR, fix manpage accordingly - install sample configuration files 7.2.10: ======= - Applied patch from debian bug database that adds a -format option to larsclock. Changed the default format to be 12 hour clock. - Applied patch from Edelhard Becker to fix focus problem with GTK2 applications. 7.2.9: ====== - Changes to default config files to update them for RedHat 9. (Using Mozilla instead of Galeon etc) - Removed some unused code. - When specifying Class~Instance, if you do not include both (using the tilde), your string is compared both to class and instance of the client.
Diffstat (limited to 'wm/larswm/Makefile')
-rw-r--r--wm/larswm/Makefile24
1 files changed, 18 insertions, 6 deletions
diff --git a/wm/larswm/Makefile b/wm/larswm/Makefile
index 4c9b5201223..c130c502b13 100644
--- a/wm/larswm/Makefile
+++ b/wm/larswm/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/03/03 03:32:33 jschauma Exp $
+# $NetBSD: Makefile,v 1.3 2003/05/16 08:21:50 salo Exp $
#
-DISTNAME= larswm-7.2.8
-PKGREVISION= 1
-CATEGORIES= x11 wm
+DISTNAME= larswm-7.2.10
+CATEGORIES= wm x11
MASTER_SITES= http://www-personal.umich.edu/~larsb/larswm/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
@@ -15,15 +14,28 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DOCFILES= keyboard_refcard.pdf mouse_refcard.pdf
+USE_PKGINSTALL= YES
USE_IMAKE= YES
-post-build:
- @${RM} -f ${WRKSRC}/*.html
+EGDIR= ${PREFIX}/share/examples/larswm
+CONF_FILES= ${EGDIR}/sample.larswmrc ${PKG_SYSCONFDIR}/larswmrc
+
+CPPFLAGS= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+
+post-patch:
+ @cd ${WRKSRC} && \
+ ( \
+ ${MV} larswm.man larswm.man.orig; \
+ ${SED} ${FILES_SUBST_SED} larswm.man.orig > \
+ larswm.man; \
+ )
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/larswm
.for pdf in ${DOCFILES}
${INSTALL_DATA} ${DISTDIR}/${pdf} ${PREFIX}/share/doc/larswm
.endfor
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample.* ${EGDIR}
.include "../../mk/bsd.pkg.mk"