blob: 795f131e2b42e407b2070c49a0bfd5b89e6ab9b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: bbpager
# Date created: 17 June 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= bbpager
PORTVERSION= 0.3.1
CATEGORIES= x11-wm
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
MAINTAINER= stijn@win.tue.nl
COMMENT= A pager for the Blackbox window manager
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|