aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bcg729/Makefile
blob: a775dcce900e071fdc060847f8eaaf85357c5c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: sobomax
# $FreeBSD$

PORTNAME=   bcg729
PORTVERSION=    1.0.0
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= linphone/plugins/sources

MAINTAINER= ports@FreeBSD.org
COMMENT=    A software G729A encoder and decoder library written in C

LICENSE=    GPLv2

USES=       pathfix pkgconfig
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

.include <bsd.port.mk>