summaryrefslogtreecommitdiff
path: root/dns/getdns/Makefile
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-06-23 21:42:46 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-06-23 21:42:46 +0000
commitc4c82d6f096d5264037f9c7fb710fadb1c665ee8 (patch)
tree2569b53d516c2b870c40fae265cf38273cc3b677 /dns/getdns/Makefile
parent- Take maintenership (feld@ drop its maintenership) (diff)
- Update to 0.1.2
Notes
Notes: svn path=/head/; revision=359011
Diffstat (limited to 'dns/getdns/Makefile')
-rw-r--r--dns/getdns/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile
index b161990d3ef6..c2e0f7cfcedf 100644
--- a/dns/getdns/Makefile
+++ b/dns/getdns/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= getdns
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.2
CATEGORIES= dns ipv6
MASTER_SITES= http://getdnsapi.net/dist/ \
http://mirrors.rit.edu/zi/
@@ -17,6 +17,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
libldns.so:${PORTSDIR}/dns/ldns \
libunbound.so:${PORTSDIR}/dns/unbound
+USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \
@@ -54,5 +55,7 @@ post-install:
@(cd ${WRKDIR}/examples && ${TAR} --strip-components=1 -xf ${PORTNAME}.tgz)
@(cd ${WRKDIR}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)
.endif
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns-${PORTVERSION}.so.0.0.0
+ @(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libgetdns-${PORTVERSION}.so.0.0.0 libgetdns-${PORTVERSION}.so)
.include <bsd.port.mk>