blob: 4f5f06f5c0f6c3519259711233ca22e8a19d82df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: sobomax
# $FreeBSD$
PORTNAME= bcg729
PORTVERSION= 1.0.1
CATEGORIES= audio
MASTER_SITES= SAVANNAH/linphone/plugins/sources
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Software G729A encoder and decoder library written in C
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-msplugin --disable-strict
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
|