blob: bbf4022054fa0fdab89e6363bab78571b8e3f690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= libmesode
PORTVERSION= 0.10.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= boothj5
USES= libtool pkgconfig autoreconf ssl
GNU_CONFIGURE= yes
INSTALL_TARGET=install-strip
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
|