2013-09-20 23:20:31 +00:00
|
|
|
# Created by: David O'Brien (obrien@NUXI.com)
|
2001-02-07 11:34:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vntex
|
|
|
|
PORTVERSION= 1.0
|
2011-05-02 12:44:53 +00:00
|
|
|
PORTREVISION= 4
|
2001-02-07 11:34:36 +00:00
|
|
|
CATEGORIES= vietnamese print
|
|
|
|
MASTER_SITES= http://www.fi.muni.cz/~thanh/download/
|
|
|
|
DISTNAME= vntex
|
|
|
|
|
2004-12-29 20:11:35 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= teTeX Vietnamese language + font support
|
2001-02-07 11:34:36 +00:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
2013-05-11 17:58:55 +00:00
|
|
|
USE_TEX= tex
|
2001-02-07 11:34:36 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-09-20 23:20:31 +00:00
|
|
|
NO_STAGE= yes
|
2001-02-07 11:34:36 +00:00
|
|
|
do-install:
|
|
|
|
@cd ${WRKDIR}/tex ; tar cf - . \
|
|
|
|
| (cd ${PREFIX}/share/texmf/tex ; tar --unlink -xpBf -)
|
|
|
|
@cd ${WRKDIR}/fonts ; tar cf - . \
|
|
|
|
| (cd ${PREFIX}/share/texmf/fonts ; tar --unlink -xpBf -)
|
|
|
|
@${PREFIX}/bin/texconfig rehash
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@# ${MKDIR} ${PREFIX}/share/doc/vntex
|
|
|
|
@# ${INSTALL_MAN} ${WRKSRC}/foo.ps ${PREFIX}/share/doc/vntex
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|