2002-09-21 03:21:22 +02:00
|
|
|
# New ports collection makefile for: barry
|
|
|
|
# Date created: 19 September 2002
|
|
|
|
# Whom: Brad Davis <so14k@so14k.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= barry
|
2003-04-15 10:51:09 +02:00
|
|
|
PORTVERSION= 0.6
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2002-09-21 03:21:22 +02:00
|
|
|
CATEGORIES= sysutils kde
|
2002-11-21 21:48:58 +01:00
|
|
|
MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
|
|
|
|
http://freebsd.so14k.com/barry/
|
2002-09-21 03:21:22 +02:00
|
|
|
|
|
|
|
MAINTAINER= so14k@so14k.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A nice KDE frontend to the ports system
|
2002-09-21 03:21:22 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
MAKE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}" PREFIX="${PREFIX}"
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${REINPLACE_CMD} "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \
|
|
|
|
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} .depend)
|
|
|
|
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \
|
|
|
|
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS})
|
|
|
|
|
2002-10-13 13:04:16 +02:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities
|
|
|
|
|
2002-09-21 03:21:22 +02:00
|
|
|
.include <bsd.port.mk>
|