summaryrefslogtreecommitdiffstats
path: root/audio/libogg/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-03-01 09:36:28 +0000
committersf <sf@FreeBSD.org>2001-03-01 09:36:28 +0000
commitc24c7ca9766f6ecadb107c576c30b6cd390955bd (patch)
treebc17e9159fbf5294aa0035e7faa45964b8dbc296 /audio/libogg/Makefile
parent9ae1f87fe25890979be2ec25d417a17a3975ba5c (diff)
downloadFreeBSD-ports-c24c7ca9766f6ecadb107c576c30b6cd390955bd.zip
FreeBSD-ports-c24c7ca9766f6ecadb107c576c30b6cd390955bd.tar.gz
update to 1.0 beta4.
PR: 25413 Submitted by: maintainer
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r--audio/libogg/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index d45d858..aa192df 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -6,23 +6,17 @@
#
PORTNAME= libogg
-PORTVERSION= 20001018
+PORTVERSION= 1.0b4
+PORTEPOCH= 1
CATEGORIES= audio
-MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/
-DISTNAME= ogg-${PORTVERSION}
+MASTER_SITES= http://www.vorbis.com/files/beta4/unix/ \
+ http://home.student.utwente.nl/t.vanklaveren/distfiles/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
MAINTAINER= t.vanklaveren@student.utwente.nl
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-USE_AUTOMAKE= yes
-AUTOMAKE_ARGS= --add-missing
-WRKSRC= ${WRKDIR}/ogg
-
-AUTOHEADER?= ${LOCALBASE}/bin/autoheader
-
-pre-configure:
- cd ${WRKSRC} && ${AUTOHEADER}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud