freebsd-ports/net-im/gloox/Makefile
Guido Falsi 9feebced2f - Update net-im/gloox to 1.0.17
- Chase shlib version bump in dependent ports

PR:		212338
Submitted by:   Demetris Procopiou <dem.procopiou at gmail.com>
		(maintainer)
2016-09-03 19:19:32 +00:00

39 lines
899 B
Makefile

# Created by: trasz
# $FreeBSD$
PORTNAME= gloox
PORTVERSION= 1.0.17
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
MAINTAINER= dem.procopiou@gmail.com
COMMENT= Jabber/XMPP client library
LICENSE= GPLv3 # with OpenSSL exception
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libidn.so:dns/libidn \
libgnutls.so:security/gnutls
USES= libtool localbase pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTSCOUT= skipv:1.0.x
OPTIONS_DEFINE= MDNSRESPONDER TEST
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
MDNSRESPONDER_CONFIGURE_ENABLE= mdns
TEST_CONFIGURE_WITH= tests
post-patch:
@${REINPLACE_CMD} -e \
's| -ansi|| ; \
s|\(enable_mdns=\)yes|\1$$enableval|' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| -pedantic|| ; \
s| -pipe||'
.include <bsd.port.mk>