aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vo-amrwbenc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vo-amrwbenc/Makefile')
-rw-r--r--audio/vo-amrwbenc/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/audio/vo-amrwbenc/Makefile b/audio/vo-amrwbenc/Makefile
index 7da2338ee70e..186b45f4d941 100644
--- a/audio/vo-amrwbenc/Makefile
+++ b/audio/vo-amrwbenc/Makefile
@@ -7,9 +7,9 @@
PORTNAME= vo-amrwbenc
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= audio
-MASTER_SITES= https://github.com/mstorsjo/${PORTNAME}/tarball/v${PORTVERSION}/
-DISTNAME= mstorsjo-${PORTNAME}-v${PORTVERSION}-0-g${GITVERSION}
+MASTER_SITES= SF/opencore-amr/${PORTNAME}
MAINTAINER= mm@FreeBSD.org
COMMENT= VisualOn AMR-WB encoder library
@@ -17,21 +17,11 @@ COMMENT= VisualOn AMR-WB encoder library
LICENSE= ASL
LICENSE_FILE= ${WRKSRC}/COPYING
-GITVERSION= b20d264
-FETCH_ARGS= -pRr
-WRKSRC= ${WRKDIR}/mstorsjo-${PORTNAME}-${GITVERSION}
-
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake
-ACLOCAL_ARGS= -I m4
-AUTOCONF_ARGS= -I m4
-
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -E -e \
's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.am
+ ${WRKSRC}/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>