mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# 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>
|