summaryrefslogtreecommitdiff
path: root/multimedia/xine/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-05-20 17:59:07 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-05-20 17:59:07 +0000
commit482ce696dbe813869cf767bcdf2d4d16c05bc474 (patch)
tree7edf33f12e62211c8df4fd5396a70d6529b7bf76 /multimedia/xine/Makefile
parentAdd NO_LATEST_LINK. (diff)
Update to 0.9.9.
Diffstat (limited to 'multimedia/xine/Makefile')
-rw-r--r--multimedia/xine/Makefile21
1 files changed, 15 insertions, 6 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index f07390b8ba62..a6ecf618933c 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xine
-PORTVERSION= 0.9.8
-PORTREVISION= 2
+PORTVERSION= 0.9.9
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/ \
${MASTER_SITE_SOURCEFORGE}
@@ -31,8 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
THREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32
-MANLANG= "" es fr pl
-MAN1= aaxine.1 xine.1
+MANLANG= "" de es fr pl
+MAN1= aaxine.1 xine.1 xine-bugreport.1 xine-check.1 xine-remote.1
.include <bsd.port.pre.mk>
@@ -53,8 +52,18 @@ post-patch:
s|-I/usr/local/include||g' ${WRKSRC}/configure
post-install:
- @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/fr/man1/aaxine.1
- @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/es/man1/aaxine.1
+.for l in es fr
+ @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/${l}/man1/aaxine.1
+.endfor
+.for l in es fr pl
+ @${CP} ${PREFIX}/man/man1/xine-bugreport.1 ${PREFIX}/man/${l}/man1/xine-bugreport.1
+.endfor
+.for l in es fr pl
+ @${CP} ${PREFIX}/man/man1/xine-check.1 ${PREFIX}/man/${l}/man1/xine-check.1
+.endfor
+.for l in de es fr pl
+ @${CP} ${PREFIX}/man/man1/xine-remote.1 ${PREFIX}/man/${l}/man1/xine-remote.1
+.endfor
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>