forked from Lainports/freebsd-ports
- Patch a Makefile so regular make install works - Replace a patch with MAKE_ENV - Bump dependent ports PR: 200816
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libbzrtp
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
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:${PORTSDIR}/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>
|