mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
2f31716e5c
Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048
41 lines
915 B
Makefile
41 lines
915 B
Makefile
# Created by: trasz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gloox
|
|
PORTVERSION= 1.0.20
|
|
PORTREVISION= 1
|
|
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>
|