aboutsummaryrefslogtreecommitdiff
path: root/net-im/libstrophe/Makefile
blob: 0d7e3eed013b4df7a6cbdb61d4ab121c0dbd25ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	libstrophe
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

USES=		libtool pkgconfig autoreconf ssl
USE_GITHUB=	yes
GH_ACCOUNT=	strophe
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
USE_LDCONFIG=	yes
INSTALL_TARGET=install-strip

.include <bsd.port.mk>