summaryrefslogtreecommitdiff
path: root/wm/windowlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/windowlab/Makefile')
-rw-r--r--wm/windowlab/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/wm/windowlab/Makefile b/wm/windowlab/Makefile
new file mode 100644
index 00000000000..c1fc5377d7a
--- /dev/null
+++ b/wm/windowlab/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:23:59 xtraeme Exp $
+#
+
+DISTNAME= windowlab-1.12
+CATEGORIES= wm
+MASTER_SITES= http://www.nickgravgaard.com/windowlab/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.nickgravgaard.com/windowlab/
+COMMENT= Small and simple window manager
+
+USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
+USE_GMAKE= YES
+USE_X11= YES
+
+PKG_SYSCONFSUBDIR= windowlab
+
+EGDIR= ${PREFIX}/share/examples/windowlab
+CONF_FILES= ${EGDIR}/menurc.default ${PKG_SYSCONFDIR}/menurc
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/menurc.sample ${EGDIR}/menurc.default
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"