1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net-im/libmesode/Makefile
Ashish SHUKLA e5d5875193 - Import a patch from upstream to fix bug related to SSL
certificate verification in Profanity

PR:		247871
Approved by:	arved (maintainer)
MFH:		2020Q3 (reliability fix blanket)
2020-07-12 19:16:02 +00:00

25 lines
480 B
Makefile

# $FreeBSD$
PORTNAME= libmesode
PORTVERSION= 0.9.3
PORTREVISION= 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>