090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
805 B
Makefile
34 lines
805 B
Makefile
# New ports collection makefile for: gloox
|
|
# Date created: 24 April 2006
|
|
# Whom: trasz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gloox
|
|
PORTVERSION= 0.9.9.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://camaya.net/download/
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Jabber/XMPP client library
|
|
|
|
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \
|
|
gnutls.26:${PORTSDIR}/security/gnutls
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${FIND} ${PREFIX}/include/gloox ! -type d | \
|
|
${SED} "s,${PREFIX}/,," >> ${TMPPLIST}
|
|
@${FIND} ${PREFIX}/include/gloox -type d | ${SORT} -r | \
|
|
${SED} "s,${PREFIX}/,@dirrm ," >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|