freebsd-ports/net/asterisk-g72x/Makefile
Guido Falsi 93d736292c Remove options to compile these ports against net/asterisk11 in
preparation for port expiration.

asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal.

Please use the net/asterisk13 port.
2017-10-24 15:05:30 +00:00

32 lines
674 B
Makefile

# $FreeBSD$
PORTNAME= asterisk-g72x
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://asterisk.hosting.lv/src/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= G.729 codec for Asterisk PBX
LIB_DEPENDS= libbcg729.so:audio/bcg729
BUILD_DEPENDS= asterisk:net/asterisk13
RUN_DEPENDS= asterisk:net/asterisk13
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bcg729 \
--with-asterisk130
USES= autoreconf compiler libtool localbase tar:bzip2
PLIST_FILES= lib/asterisk/modules/codec_g729.so
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang
CFLAGS+= -fblocks
.endif
post-build:
${STRIP_CMD} ${WRKSRC}/.libs/codec_g729.so
.include <bsd.port.post.mk>