aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-07 15:08:25 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-07 15:08:25 +0000
commit2395820beb103135262eba7b6a974416be201f90 (patch)
tree1e4d9de269a9ba258aeab4406002144901df591f /multimedia/mplayer/Makefile
parent2c2689b5c6a1f1a78d9b5f42d769c48d1cce182f (diff)
downloadports-2395820beb103135262eba7b6a974416be201f90.tar.gz
ports-2395820beb103135262eba7b6a974416be201f90.zip
Update to 0.90 pre 6
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=64148
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r--multimedia/mplayer/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 8093f2cbecb2..fbc0e1ee748a 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mplayer
-PORTVERSION= 0.90.0.5
-PORTREVISION= 1
+PORTVERSION= 0.90.0.6
CATEGORIES= graphics
MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \
http://www.mplayerhq.hu/MPlayer/releases/ \
@@ -17,7 +16,7 @@ MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \
ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \
ftp://ftp.lug.udel.edu/MPlayer/releases/ \
http://www.rrr.de/~riggs/mplayer/
-DISTNAME= MPlayer-0.90pre5
+DISTNAME= MPlayer-0.90pre6
MAINTAINER= riggs@rrr.de
@@ -41,9 +40,9 @@ MLINKS= mplayer.1 mencoder.1
MANCOMPRESSED= no
CONFFILES= codecs.conf example.conf input.conf
-DOCFILES= DVB bugreports.html cd-dvd.html codecs-in.html \
+DOCFILES= bugreports.html cd-dvd.html codecs-in.html \
codecs.html documentation.html faq.html skin-en.html \
- encoding.html formats.html sound.html tech/tech-eng.txt \
+ encoding.html formats.html sound.html \
users_against_developers.html \
video.html
@@ -61,6 +60,10 @@ WITH_SVGALIB= yes
WITH_SDL= yes
.endif
+.if exists(${LOCALBASE}/lib/libvorbis.so.2)
+WITH_VORBIS= yes
+.endif
+
.if exists(${LOCALBASE}/lib/libjpeg.so.9)
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
.endif