2006-04-28 10:12:11 +02:00
|
|
|
# New ports collection makefile for: gloox
|
|
|
|
# Date created: 24 April 2006
|
|
|
|
# Whom: trasz
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gloox
|
2007-04-24 13:54:00 +02:00
|
|
|
PORTVERSION= 0.8.8
|
2007-07-01 10:56:16 +02:00
|
|
|
PORTREVISION= 1
|
2006-04-28 10:12:11 +02:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= http://camaya.net/download/
|
|
|
|
|
2007-04-13 15:03:49 +02:00
|
|
|
MAINTAINER= trasz@freebsd.org
|
2006-04-28 10:12:11 +02:00
|
|
|
COMMENT= Jabber/XMPP client library
|
|
|
|
|
|
|
|
LIB_DEPENDS= iksemel.3:${PORTSDIR}/textproc/iksemel \
|
|
|
|
idn.16:${PORTSDIR}/dns/libidn \
|
2007-07-01 10:56:16 +02:00
|
|
|
gnutls.13:${PORTSDIR}/security/gnutls
|
2006-04-28 10:12:11 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-04-28 10:12:11 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnomehack
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= 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
|
|
|
|
|
|
|
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>
|