diff options
Diffstat (limited to 'audio/bcg729/Makefile')
-rw-r--r-- | audio/bcg729/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/bcg729/Makefile b/audio/bcg729/Makefile new file mode 100644 index 000000000000..a775dcce900e --- /dev/null +++ b/audio/bcg729/Makefile @@ -0,0 +1,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> |