summaryrefslogblamecommitdiff
path: root/vietnamese/vntex/Makefile
blob: 0b2f1cebe2914e2119a3235a40e4f844e995fcd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                             
           


                     
                 



                                                      
                                  
                                                        
 
                   
                   

                   
                   











                                                                         
# 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

MAINTAINER=	obrien@FreeBSD.org
COMMENT=	teTeX Vietnamese language + font support

USES=		zip
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>