opnsense-ports/net-im/libmesode/Makefile
2022-09-07 22:33:21 +02:00

22 lines
496 B
Makefile

PORTNAME= libmesode
PORTVERSION= 0.10.1
CATEGORIES= net-im
MAINTAINER= ashish@FreeBSD.org
COMMENT= Lightweight XMPP library
WWW= https://github.com/boothj5/libmesode
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>