1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/vietnamese/vntex/Makefile

31 lines
734 B
Makefile
Raw Normal View History

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= vntex
PORTVERSION= 1.0
PORTREVISION= 4
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
COMMENT= teTeX Vietnamese language + font support
USE_ZIP= yes
USE_TEX= tex
NO_BUILD= yes
NO_STAGE= yes
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>