1234567891011121314151617181920212223242526272829 |
- # $OpenBSD: Makefile,v 1.6 2015/03/16 18:07:36 naddy Exp $
- COMMENT= implementation of the Adaptive Multi Rate speech codec
- DISTNAME= opencore-amr-0.1.3
- REVISION= 0
- 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>
|