diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-12 08:53:13 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-12 08:53:13 +0000 |
commit | f351900f8005c3bb06a5bcd3cab6124d14534921 (patch) | |
tree | 4573712b2baa5125ae5273ba042c5b689c14daab /audio/libamrnb/Makefile | |
parent | b8870f695d19e6770ef7708e21c7517a8a09d451 (diff) | |
download | ports-f351900f8005c3bb06a5bcd3cab6124d14534921.tar.gz ports-f351900f8005c3bb06a5bcd3cab6124d14534921.zip |
Notes
Diffstat (limited to 'audio/libamrnb/Makefile')
-rw-r--r-- | audio/libamrnb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/libamrnb/Makefile b/audio/libamrnb/Makefile index 38f886801396..bc3073b15cb5 100644 --- a/audio/libamrnb/Makefile +++ b/audio/libamrnb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libamrnb -PORTVERSION= 7.0.0.2 +PORTVERSION= 10.0.0.0 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \ @@ -18,8 +18,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tatsuki_makino@hotmail.com COMMENT= 3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec +LICENSE= BSD + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= license prohibits redistribution RESTRICTED_FILES= ${SRC3GPP} USE_BZIP2= yes @@ -32,7 +35,7 @@ CONFIGURE_ENV+= LANG=C MAKE_ENV= LANG=C USE_LDCONFIG= yes -SRC3GPP= 26104-700.zip +SRC3GPP= 26104-a00.zip post-extract: @${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/ |