1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-im/libstrophe/Makefile
2020-09-20 14:11:38 +00:00

24 lines
466 B
Makefile

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