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