mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ac0075c2b5
Linphone 3.9.0 Ortp 0.25.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) Libbzrtp 1.0.3 Belle-sip (fix files/patch-src-belle_sip_headers_impl.c) Mediastreamer 2.12.0 MS plugins (msbcg729 1.0.1, msilbc 2.1.2, msopenh264 1.1.1, msx264 1.5.2)
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= belle-sip
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net java
|
|
MASTER_SITES= SAVANNAH/linphone/${PORTNAME}/ \
|
|
http://www.antlr3.org/download/:source2
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
antlr-3.4-complete.jar:source2
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Belle-sip is a SIP (RFC3261) implementation written in C
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libantlr3c.so:${PORTSDIR}/devel/libantlr3c
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --disable-silent-rules --disable-strict --disable-tests \
|
|
--with-antlr=${LOCALBASE}
|
|
INSTALL_TARGET= install-strip
|
|
USES= compiler:c11 gmake libtool pathfix
|
|
USE_JAVA= yes
|
|
JAVA_BUILD= jre
|
|
JAVA_VERSION= 1.6+
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= POLARSSL
|
|
OPTIONS_DEFAULT=POLARSSL
|
|
|
|
POLARSSL_CONFIGURE_ENABLE= tls
|
|
POLARSSL_LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13
|
|
|
|
post-extract:
|
|
@${CP} ${DISTDIR}/antlr-3.4-complete.jar ${WRKDIR}/antlr-complete.jar
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%WRKDIR%%|${WRKDIR}|' -e 's|-lrt||' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|