2001-11-06 14:30:20 +00:00
|
|
|
# New ports collection makefile for: bbconf
|
|
|
|
# Date created: 29 October 2001
|
|
|
|
# Whom: Stijn Hoop <stijn@win.tue.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bbconf
|
2002-08-28 06:06:22 +00:00
|
|
|
PORTVERSION= 1.8
|
2001-11-06 14:30:20 +00:00
|
|
|
CATEGORIES= x11-wm
|
2002-09-24 13:51:26 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-11-06 14:30:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= stijn@win.tue.nl
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-08-28 06:06:22 +00:00
|
|
|
USE_LIBTOOL= yes
|
2001-11-06 14:30:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-08-28 06:06:22 +00:00
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_QT_VER= 3
|
2001-11-06 14:30:20 +00:00
|
|
|
|
|
|
|
MAN1= bbconf.1
|
|
|
|
|
2002-08-28 06:06:22 +00:00
|
|
|
post-patch:
|
|
|
|
@find ${WRKSRC} -name 'Makefile.in' -print | \
|
|
|
|
xargs ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g'
|
|
|
|
|
2001-11-06 14:30:20 +00:00
|
|
|
.include <bsd.port.mk>
|