blob: ee7112a8c6cdfbb1b5f70dc6c232616468888720 (
plain) (
blame)
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.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>
|