2015-01-13 01:33:06 +01:00
|
|
|
# Created by: sobomax
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bcg729
|
2017-06-30 17:10:26 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2015-01-13 01:33:06 +01:00
|
|
|
CATEGORIES= audio
|
2015-01-23 21:12:17 +01:00
|
|
|
MASTER_SITES= SAVANNAH/linphone/plugins/sources
|
2015-01-13 01:33:06 +01:00
|
|
|
|
2015-04-06 01:32:05 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
2015-01-23 21:12:17 +01:00
|
|
|
COMMENT= Software G729A encoder and decoder library written in C
|
2015-01-13 01:33:06 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2015-01-23 21:12:17 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2015-01-13 01:33:06 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-04-17 12:43:16 +02:00
|
|
|
CONFIGURE_ARGS= --disable-msplugin --disable-strict
|
2015-01-23 21:12:17 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2015-04-17 12:43:16 +02:00
|
|
|
USES= libtool pathfix pkgconfig
|
2015-01-13 01:33:06 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|