diff options
Diffstat (limited to 'net-im/libstrophe/Makefile')
-rw-r--r-- | net-im/libstrophe/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-im/libstrophe/Makefile b/net-im/libstrophe/Makefile new file mode 100644 index 000000000000..7360599ba38d --- /dev/null +++ b/net-im/libstrophe/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= libstrophe +PORTVERSION= 0.8.7 +CATEGORIES= net-im + +MAINTAINER= arved@FreeBSD.org +COMMENT= Lightweight XMPP library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 + +USE_GITHUB= yes +GH_ACCOUNT= strophe +GH_PROJECT= libstrophe +GH_COMMIT= 2093aac +GH_TAGNAME= ${GH_COMMIT} +USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env +USES= libtool pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +USE_OPENSSL= yes +USE_LDCONFIG= yes + +pre-configure: + cd ${WRKSRC}; ./bootstrap.sh + +.include <bsd.port.mk> |