1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net-im/gloox/Makefile
Ying-Chieh Liao ab0b1f8d32 add gloox 0.8
Jabber/XMPP client library

PR:		96287
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-04-28 08:12:11 +00:00

34 lines
811 B
Makefile

# New ports collection makefile for: gloox
# Date created: 24 April 2006
# Whom: trasz
#
# $FreeBSD$
#
PORTNAME= gloox
PORTVERSION= 0.8
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Jabber/XMPP client library
LIB_DEPENDS= iksemel.3:${PORTSDIR}/textproc/iksemel \
idn.16:${PORTSDIR}/dns/libidn \
gnutls.15:${PORTSDIR}/security/gnutls
USE_BZIP2= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= 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>