summaryrefslogtreecommitdiff
path: root/wm/bbpager/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-14 15:14:40 +0000
committerwiz <wiz@pkgsrc.org>2002-03-14 15:14:40 +0000
commitf4df70dd1da6a2e1c0c8b284511744601db18152 (patch)
tree9a80f0c2875ba0c68ae3c79979fbe4838abcfbef /wm/bbpager/Makefile
parent764d80807fbbabc94b15b99c64635e10837b08a6 (diff)
downloadpkgsrc-f4df70dd1da6a2e1c0c8b284511744601db18152.tar.gz
Initial import of bbpager, a pager for the blackbox window manager.
Package provided by Sen Nagata in pkg/14932, with some cleanup by me.
Diffstat (limited to 'wm/bbpager/Makefile')
-rw-r--r--wm/bbpager/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile
new file mode 100644
index 00000000000..47f270727c3
--- /dev/null
+++ b/wm/bbpager/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/14 15:14:40 wiz Exp $
+#
+
+DISTNAME= bbpager-0.3.0
+CATEGORIES= x11 wm
+MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://bbtools.thelinuxcommunity.org/available.phtml
+COMMENT= pager for the blackbox window manager
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+USE_X11BASE= YES
+
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"