blob: e0add186701911385e08cb3255484315798fac59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: bbpager
# Date created: 17 June 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= bbpager
PORTVERSION= 0.3.0
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>
|