2015-01-13 01:33:06 +01:00
|
|
|
# Created by: sobomax
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bcg729
|
2018-07-11 11:47:28 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2018-10-18 15:31:00 +02:00
|
|
|
PORTREVISION= 1
|
2015-01-13 01:33:06 +01:00
|
|
|
CATEGORIES= audio
|
2018-10-18 15:31:00 +02:00
|
|
|
MASTER_SITES= https://linphone.org/releases/sources/bcg729/
|
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
|
|
|
|
2018-10-18 15:31:00 +02:00
|
|
|
LICENSE= GPLv2+
|
2015-01-23 21:12:17 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake
|
2015-01-13 01:33:06 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2018-10-18 15:31:00 +02:00
|
|
|
CMAKE_ARGS= -DENABLE_STATIC=NO
|
2018-07-11 11:47:28 +02:00
|
|
|
|
2015-01-13 01:33:06 +01:00
|
|
|
.include <bsd.port.mk>
|