diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-26 17:00:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-26 17:00:09 +0000 |
commit | 543b1ec6c0e2b9017a2b8ff9d8542b8d7e3d8487 (patch) | |
tree | 2af7f11d2f14278b122e2a6f9e0f4a21e8a5513d /multimedia/xine/Makefile | |
parent | o update to 0.9.2 (diff) |
update to 0.9.2
Reviewed by: MAINTAINER, FreeBSD-multimedia
Diffstat (limited to 'multimedia/xine/Makefile')
-rw-r--r-- | multimedia/xine/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 04dd505ff117..768b40527da8 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xine -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.2 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -24,11 +23,15 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_IMLIB= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32 -MANLANG= "" fr +MANLANG= "" fr pl MAN1= aaxine.1 xine.1 +post-configure: + @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} + post-install: @${CP} ${PREFIX}/man/man1/aaxine.1 ${PREFIX}/man/fr/man1/aaxine.1 @${CAT} ${PKGMESSAGE} |