freebsd-ports/security/libbzrtp/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
543 B
Makefile

# $FreeBSD$
PORTNAME= libbzrtp
PORTVERSION= 1.0.3
CATEGORIES= security
MASTER_SITES= SAVANNAH/linphone/bzrtp
DISTNAME= bzrtp-${DISTVERSION}
MAINTAINER= tijl@FreeBSD.org
COMMENT= ZRTP support library (RFC 6189)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmbedtls.so.9:security/polarssl13
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules --disable-strict \
--with-polarssl=${LOCALBASE}
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
.include <bsd.port.mk>