aboutsummaryrefslogtreecommitdiff
path: root/audio/libogg/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-01 09:36:28 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-01 09:36:28 +0000
commit0cd4db73ca9bffa5dbb0a5138d7a81cb3b81345a (patch)
treea41190cc67c489e2c91e789ab6bb2f948c1861c1 /audio/libogg/Makefile
parent397cd9b051416f7c32f55ddf17b26efbd6947cd6 (diff)
downloadports-0cd4db73ca9bffa5dbb0a5138d7a81cb3b81345a.tar.gz
ports-0cd4db73ca9bffa5dbb0a5138d7a81cb3b81345a.zip
Notes
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 d45d8585fc01..aa192df1ca18 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>