mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
452 B
Makefile
22 lines
452 B
Makefile
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>
|