openbsd-ports/telephony/asterisk-g729/Makefile
jolan 7d416dc50c asterisk-g729, G.729a voice codec for Asterisk
thanks to ian@ and sthen@ for testing and reviewing
2011-06-04 17:14:58 +00:00

29 lines
821 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/04 17:14:58 jolan Exp $
SHARED_ONLY= Yes
COMMENT= G.729a voice codec for Asterisk
DISTNAME= asterisk-g72x-1.1-beta2
PKGNAME= asterisk-g729-1.1beta2
EXTRACT_SUFX= .tar.bz2
CATEGORIES= telephony
MASTER_SITES= http://asterisk.hosting.lv/src/
HOMEPAGE= http://asterisk.hosting.lv/
# GPL frontend to patented algorithm; free to use for non-commercial purposes
PERMIT_DISTFILES_CDROM= contains non-compiled proprietary Intel code
PERMIT_DISTFILES_FTP= contains non-compiled proprietary Intel code
PERMIT_PACKAGE_CDROM= patents
PERMIT_PACKAGE_FTP= Yes
NO_REGRESS= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= telephony/asterisk>=1.8,<1.9
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--with-asterisk18 \
--with-asterisk-includes=${LOCALBASE}/include \
--with-itu
.include <bsd.port.mk>