openbsd-ports/audio/opencore-amr/Makefile
2013-03-10 22:55:01 +00:00

29 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/03/10 22:55:04 espie 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
USE_LIBTOOL= Yes
.include <bsd.port.mk>