blob: 335533988847bf9449a375a9920179fc99308c98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: bbconf
# Date created: 29 October 2001
# Whom: Stijn Hoop <stijn@win.tue.nl>
#
# $FreeBSD$
#
PORTNAME= bbconf
PORTVERSION= 1.2
CATEGORIES= x11-wm
MASTER_SITES= http://bbconf.sourceforge.net/code/
MAINTAINER= stijn@win.tue.nl
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_QT_VER= 2
MAN1= bbconf.1
.include <bsd.port.mk>
|