1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-im/libstrophe/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

23 lines
436 B
Makefile

# $FreeBSD$
PORTNAME= libstrophe
PORTVERSION= 0.9.1
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
USE_GITHUB= yes
GH_ACCOUNT= strophe
USES= libtool pkgconfig autoreconf ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>