2004-06-04 20:38:49 -04:00
|
|
|
# New ports collection makefile for: dcgui
|
2002-07-15 20:42:04 -04:00
|
|
|
# Date created: Wed 10 Jul 2002
|
|
|
|
# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and
|
|
|
|
# Amar Takhar <verm@drunkmonk.net> et al
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-10-31 21:29:58 -05:00
|
|
|
PORTNAME= valknut
|
2005-02-21 08:43:24 -05:00
|
|
|
PORTVERSION= 0.3.7
|
2002-07-15 20:42:04 -04:00
|
|
|
CATEGORIES= net
|
2005-02-27 21:34:48 -05:00
|
|
|
MASTER_SITES= http://download.berlios.de/dcgui/ \
|
|
|
|
http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/
|
2002-07-15 20:42:04 -04:00
|
|
|
|
2004-02-23 15:57:56 -05:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-02-21 08:28:59 -05:00
|
|
|
COMMENT= A Direct Connect client QT GUI
|
2002-07-15 20:42:04 -04:00
|
|
|
|
2002-07-16 12:57:47 -04:00
|
|
|
LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
|
2002-07-15 20:42:04 -04:00
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
2003-09-06 01:44:21 -04:00
|
|
|
USE_QT_VER= 3
|
2002-07-15 20:42:04 -04:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-12-10 10:19:40 -05:00
|
|
|
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
|
|
|
|
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
2003-09-06 01:44:21 -04:00
|
|
|
|
2005-04-11 04:04:41 -04:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2002-07-15 20:42:04 -04:00
|
|
|
|
|
|
|
post-patch:
|
2003-12-19 13:18:24 -05:00
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-09-06 01:44:21 -04:00
|
|
|
|
2002-07-15 20:42:04 -04:00
|
|
|
.include <bsd.port.mk>
|