2002-07-16 00:37:16 +00:00
|
|
|
# New ports collection makefile for: dclib
|
|
|
|
# Date created: Wed 10 Jul 2002
|
|
|
|
# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and
|
|
|
|
# Amar Takhar <verm@drunkmonk.net> et al
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dclib
|
2004-06-05 00:33:05 +00:00
|
|
|
PORTVERSION= 0.3.2
|
2002-07-16 00:37:16 +00:00
|
|
|
CATEGORIES= net
|
2003-12-19 18:18:02 +00:00
|
|
|
MASTER_SITES= http://download.berlios.de/dcgui/
|
2002-07-16 00:37:16 +00:00
|
|
|
|
2004-02-23 20:57:56 +00:00
|
|
|
MAINTAINER= markus@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Direct connect interface library for dcgui
|
2002-07-16 00:37:16 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-09-06 05:41:35 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2002-07-16 00:37:16 +00:00
|
|
|
|
2003-09-06 05:41:35 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2002-10-05 19:14:39 +00:00
|
|
|
|
2003-09-06 05:41:35 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
|
2002-07-16 00:37:16 +00:00
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-05-24 21:29:30 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2002-07-16 00:37:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|