diff options
Diffstat (limited to 'audio/opusfile/Makefile')
-rw-r--r-- | audio/opusfile/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index a7241078b100..65ae21b396c4 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= opusfile -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= audio -MASTER_SITES= MOZILLA/opus +MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ + MOZILLA/opus MAINTAINER= liangtai.s16@gmail.com COMMENT= Opus playback library @@ -18,8 +19,9 @@ USES= autoreconf gmake libtool pathfix pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +PATHFIX_MAKEFILEIN= Makefile.am -PORTDOCS= AUTHORS README.txt +PORTDOCS= AUTHORS README.md OPTIONS_DEFINE= DOXYGEN DOCS OPTIONS_DEFAULT= # empty |