freebsd-ports/net-im/libstrophe/Makefile

22 lines
453 B
Makefile
Raw Normal View History

PORTNAME= libstrophe
PORTVERSION= 0.11.0
CATEGORIES= net-im
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight XMPP library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
LIB_DEPENDS= libexpat.so:textproc/expat2
2018-03-09 17:42:48 +01:00
USES= libtool pkgconfig autoreconf ssl
USE_GITHUB= yes
GH_ACCOUNT= strophe
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
USE_LDCONFIG= yes
2018-03-09 17:42:48 +01:00
INSTALL_TARGET=install-strip
.include <bsd.port.mk>