summaryrefslogtreecommitdiff
path: root/wm/skippy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/skippy/Makefile')
-rw-r--r--wm/skippy/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/wm/skippy/Makefile b/wm/skippy/Makefile
new file mode 100644
index 00000000000..8eeb9b24215
--- /dev/null
+++ b/wm/skippy/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 13:39:44 xtraeme Exp $
+#
+
+DISTNAME= skippy-0.5.0
+CATEGORIES= wm
+MASTER_SITES= http://thegraveyard.org/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://thegraveyard.org/skippy.php
+COMMENT= Fullscreen task switcher for X11
+
+USE_BUILDLINK3= yes
+USE_X11= yes
+
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+
+INSTALLATION_DIRS= share/examples/${PKGBASE}
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${EGDIR}/skippyrc
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../graphics/imlib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"