1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net-im/gloox/Makefile
Guido Falsi fad83636a5 - Update gloox to 1.0.13
- Chase gloox library version bump in dependent ports

PR:		197450
Submitted by:	tkato432@yahoo.com
2015-02-10 21:13:45 +00:00

36 lines
740 B
Makefile

# Created by: trasz
# $FreeBSD$
PORTNAME= gloox
PORTVERSION= 1.0.13
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber/XMPP client library
LICENSE= GPLv3
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \
libgnutls.so:${PORTSDIR}/security/gnutls
USES= libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTSCOUT= skipv:1.0.x
post-patch:
@${REINPLACE_CMD} -e \
's|"GNU strip"|"strip"| ; \
s| -ansi||' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| -pedantic|| ; \
s| -pipe||'
.include <bsd.port.mk>