aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/dclib/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-03-16 18:32:22 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-03-16 18:32:22 +0000
commit4534f198c9ef9aafe4c1206f75d1caffb9fc5353 (patch)
tree374409bc3da7ae32201902512705ff2e05e536ff /net-p2p/dclib/Makefile
parent8fbe3d8161c17c4109ada3b5ca68826bfdee7619 (diff)
downloadports-4534f198c9ef9aafe4c1206f75d1caffb9fc5353.tar.gz
ports-4534f198c9ef9aafe4c1206f75d1caffb9fc5353.zip
Notes
Diffstat (limited to 'net-p2p/dclib/Makefile')
-rw-r--r--net-p2p/dclib/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile
index e6a570c83fb6..84c19a8fadef 100644
--- a/net-p2p/dclib/Makefile
+++ b/net-p2p/dclib/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= dclib
-PORTVERSION= 0.3.22
+PORTVERSION= 0.3.23
CATEGORIES= net-p2p
MASTER_SITES= SF
MASTER_SITE_SUBDIR= wxdcgui
@@ -20,18 +20,19 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_AUTOTOOLS= libtool:15 automake:110
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= libxml2
+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+
post-extract:
${CHMOD} 0755 ${WRKSRC}/admin/install-sh
post-patch:
- ${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
- ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+# ${REINPLACE_CMD} -e 's|-O2 ||g; s/-pedantic //g' \
+# ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
${FIND} ${WRKSRC} -name "Makefile.*" | ${XARGS} \