ports/audio/opencore-amr/Makefile

22 lines
428 B
Makefile

COMMENT= implementation of the Adaptive Multi Rate speech codec
DISTNAME= opencore-amr-0.1.6
SHARED_LIBS += opencore-amrnb 0.0 # .0.3
SHARED_LIBS += opencore-amrwb 0.0 # .0.3
CATEGORIES= audio
HOMEPAGE= https://opencore-amr.sourceforge.net/
# Apache 2.0
PERMIT_PACKAGE= Yes
WANTLIB += m
SITES= ${SITE_SOURCEFORGE:=opencore-amr/}
SEPARATE_BUILD= yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>