2006-04-28 10:12:11 +02:00
|
|
|
# New ports collection makefile for: gloox
|
|
|
|
# Date created: 24 April 2006
|
|
|
|
# Whom: trasz
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gloox
|
2009-11-11 14:57:56 +01:00
|
|
|
PORTVERSION= 1.0
|
2013-02-05 17:17:06 +01:00
|
|
|
PORTREVISION= 3
|
2006-04-28 10:12:11 +02:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= http://camaya.net/download/
|
|
|
|
|
2010-10-25 22:09:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-04-28 10:12:11 +02:00
|
|
|
COMMENT= Jabber/XMPP client library
|
|
|
|
|
2011-03-14 09:40:06 +01:00
|
|
|
LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \
|
2013-02-05 17:17:06 +01:00
|
|
|
gnutls.26:${PORTSDIR}/security/gnutls
|
2006-04-28 10:12:11 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-04-28 10:12:11 +02:00
|
|
|
USE_BZIP2= yes
|
2013-03-19 14:04:30 +01:00
|
|
|
USES= pathfix
|
2006-04-28 10:12:11 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-11-12 20:15:55 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-28 10:12:11 +02:00
|
|
|
|
2009-08-19 18:24:49 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|libgnutls-config|pkg-config gnutls|' ${WRKSRC}/configure
|
2006-04-28 10:12:11 +02:00
|
|
|
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}
|
|
|
|
|
2007-04-24 13:54:00 +02:00
|
|
|
.include <bsd.port.mk>
|