diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:56:52 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:56:52 +0000 |
commit | bf02dd77135eab1f1ae5077d473a4c9be48ffc13 (patch) | |
tree | 38f7c1f042c9c654cc93b723773986d3b8b2269b /multimedia/libtheora/Makefile | |
parent | 9d9e2bdc6acf25dd7c5e405e3e855c4e47f04e91 (diff) | |
download | ports-bf02dd77135eab1f1ae5077d473a4c9be48ffc13.tar.gz ports-bf02dd77135eab1f1ae5077d473a4c9be48ffc13.zip |
Notes
Diffstat (limited to 'multimedia/libtheora/Makefile')
-rw-r--r-- | multimedia/libtheora/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 6f145103be34..e9e01a88f1ad 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -6,20 +6,16 @@ # PORTNAME= libtheora -PORTVERSION= 1.0.a4 -PORTREVISION= 1 +DISTVERSION= 1.0alpha5 CATEGORIES= multimedia -MASTER_SITES= http://downloads.xiph.org/releases/theora/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a4/alpha4/} +MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ + http://distfiles.master.finkmirrors.net/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rainer.alves@gmail.com COMMENT= Theora video codec for the Ogg multimedia streaming system LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis -WRKSRC= ${WRKDIR}/${DISTNAME} - -USE_REINPLACE= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |