diff options
author | alex <alex@FreeBSD.org> | 2000-08-12 12:04:41 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-08-12 12:04:41 +0000 |
commit | bd77d0bb714d496536df968e86a03560b1f6f5c7 (patch) | |
tree | 54c75ded222c4dc7591cf79c5579252a4d6276e8 /x11-wm/bbpager/Makefile | |
parent | b15085a063e571042951c5d069b7fb41a8a79261 (diff) | |
download | FreeBSD-ports-bd77d0bb714d496536df968e86a03560b1f6f5c7.zip FreeBSD-ports-bd77d0bb714d496536df968e86a03560b1f6f5c7.tar.gz |
Add bbpager 0.2.8, a pager for the BlackBox Window Manager
PR: 19358
Submitted by: Patrick Seal <patseal@hyperhost.net>
Diffstat (limited to 'x11-wm/bbpager/Makefile')
-rw-r--r-- | x11-wm/bbpager/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile new file mode 100644 index 0000000..ee7112a --- /dev/null +++ b/x11-wm/bbpager/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bbpager +# Date created: 17 June 2000 +# Whom: Patrick Seal <patseal@hyperhost.net> +# +# $FreeBSD$ +# + +PORTNAME= bbpager +PORTVERSION= 0.2.8 +CATEGORIES= x11-wm +MASTER_SITES= http://bbtools.windsofstorm.net/sources/ + +MAINTAINER= patseal@hyperhost.net + +RUN_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |