mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a28f0f7f7f
Sponsored by: Absolight
23 lines
436 B
Makefile
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>
|