openbsd-ports/audio/opencore-amr/Makefile
2013-03-21 08:45:11 +00:00

28 lines
611 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/21 08:45:13 ajacoutot Exp $
COMMENT= implementation of the Adaptive Multi Rate speech codec
DISTNAME= opencore-amr-0.1.3
SHARED_LIBS += opencore-amrnb 0.0 # .0.3
SHARED_LIBS += opencore-amrwb 0.0 # .0.3
CATEGORIES= audio
HOMEPAGE= http://opencore-amr.sourceforge.net/
MAINTAINER= Jan Stary <hans@stare.cz>
# Apache 2.0
PERMIT_PACKAGE_CDROM= http://www.voiceage.com/amr_licterms.php
PERMIT_PACKAGE_FTP= Yes
WANTLIB += m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
SEPARATE_BUILD= yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>