1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net-im/gloox/Makefile
Martin Wilke 7cdf3732ac - Update to 1.0.10
PR:		188867
Submitted by:	Ports Fury
2014-05-18 06:34:39 +00:00

35 lines
730 B
Makefile

# Created by: trasz
# $FreeBSD$
PORTNAME= gloox
PORTVERSION= 1.0.10
PORTREVISION= 1
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:keepla pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e \
's| -ansi|| ; \
s| -lgcrypt||' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| -pedantic|| ; \
s| -pipe||'
.include <bsd.port.mk>