summaryrefslogtreecommitdiff
path: root/wm/aewm++/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-12 03:21:37 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-12 03:21:37 +0000
commit3d584011f9eb8d596e73f27ad50efc011f326e71 (patch)
treee52bec4c6717226062abf776eca449788e23a3dd /wm/aewm++/Makefile
parent594584c03f7c4c95b844c93ab4a28a52e590767d (diff)
downloadpkgsrc-3d584011f9eb8d596e73f27ad50efc011f326e71.tar.gz
Initial import of the aewm++ window manager. Based on a package submitted
by <juan at xtraeme dot unixbsd dot org> in PR pkg/20533. The aewm++ window manager is a fork of the popular minimal window manager aewm for the X Windows System. What makes it different is its codebase, feature set and focus. The name was created by using the first two letters in the word aesthetic, the wm is for window manager and the ++ is for its C++ code.
Diffstat (limited to 'wm/aewm++/Makefile')
-rw-r--r--wm/aewm++/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile
new file mode 100644
index 00000000000..065094c5670
--- /dev/null
+++ b/wm/aewm++/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/12 03:21:37 jschauma Exp $
+#
+
+DISTNAME= aewm++-1.0.22
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sapphire/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jrp@hispabsd.org
+HOMEPAGE= http://sapphire.sourceforge.net/
+COMMENT= Fork of the popular minimal window manager aewm
+
+USE_BUILDLINK2= YES
+USE_X11= YES
+
+pre-install:
+ ${MV} ${WRKSRC}/aewm++.1x ${WRKSRC}/aewm++.1
+
+.include "../../mk/bsd.pkg.mk"