summaryrefslogtreecommitdiff
path: root/wm/bbpager/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-14 15:14:40 +0000
committerwiz <wiz>2002-03-14 15:14:40 +0000
commit097a8c7e261976831e847b3a3ee2b4020eaeff9b (patch)
tree9a80f0c2875ba0c68ae3c79979fbe4838abcfbef /wm/bbpager/Makefile
parent94ba14a4924402bb656d17f70eac6fe06e0cf5b0 (diff)
downloadpkgsrc-097a8c7e261976831e847b3a3ee2b4020eaeff9b.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"