diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-15 19:14:09 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-15 19:14:09 +0000 |
commit | 50e16417b2496a59ebac1f7ad870dc56338aae73 (patch) | |
tree | bc30f612a6de9c6cd5362711e0629cdab46b3a64 /wm/larswm/Makefile | |
parent | be6e0d22b1eae9f3825197ee59a21b44f03298f9 (diff) | |
download | pkgsrc-50e16417b2496a59ebac1f7ad870dc56338aae73.tar.gz |
Initial import of wm/larswm, using package provided by cdi@mawhrin.net
in PR pkg/19910 with minor modifications by myself.
larswm is a hack for 9wm, adding automatic window tiling, virtual desktops and
many other features designed to make it a very efficient user environment.
Diffstat (limited to 'wm/larswm/Makefile')
-rw-r--r-- | wm/larswm/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/wm/larswm/Makefile b/wm/larswm/Makefile new file mode 100644 index 00000000000..08b3afb5e47 --- /dev/null +++ b/wm/larswm/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/15 19:14:09 jschauma Exp $ +# + +DISTNAME= larswm-7.2.8 +CATEGORIES= x11 wm +MASTER_SITES= http://www-personal.umich.edu/~larsb/larswm/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} + +MAINTAINER= jschauma@netbsd.org +HOMEPAGE= http://www-personal.umich.edu/~larsb/larswm/ +COMMENT= 9wm-like window manager + +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +DOCFILES= keyboard_refcard.pdf mouse_refcard.pdf + +USE_IMAKE= YES + +post-build: + @${RM} -f ${WRKSRC}/*.html + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/larswm +.for pdf in ${DOCFILES} + ${INSTALL_DATA} ${DISTDIR}/${pdf} ${PREFIX}/share/doc/larswm +.endfor + +.include "../../mk/bsd.pkg.mk" |