2015-02-17 17:02:43 +01:00
|
|
|
PORTNAME= libstrophe
|
2021-11-10 17:05:32 +01:00
|
|
|
PORTVERSION= 0.11.0
|
2015-02-17 17:02:43 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
|
2021-11-11 19:05:38 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2015-02-17 17:02:43 +01:00
|
|
|
COMMENT= Lightweight XMPP library
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
2015-02-17 17:02:43 +01:00
|
|
|
|
2018-03-09 17:42:48 +01:00
|
|
|
USES= libtool pkgconfig autoreconf ssl
|
2015-02-17 17:02:43 +01:00
|
|
|
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
|
2015-02-17 17:02:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|