1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/chinese/cwtex/Makefile
Yen-Ming Lee f76762dfec o due to teTeX update to 2.0.2, update pkg-plist
o move mktexlsr to end of pkg-plist

PR:		53644
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-06-27 08:37:17 +00:00

32 lines
829 B
Makefile

# New ports collection makefile for: cwtex
# Date created: 10 Mar 2001
# Whom: Shen Chuan-Hsing
#
# $FreeBSD$
#
PORTNAME= cwtex
PORTVERSION= 16.6
CATEGORIES= chinese
MASTER_SITES= ftp://192.192.110.1/cwtex/cwTeX_linux/ \
ftp://freebsd.sinica.edu.tw/pub/statue/cwtex/
DISTFILES= cwtexmain.tgz cwtexbin-16.6.tgz
EXTRACT_ONLY= # empty
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= CwTeX let you use Chinese Big5 codes in TeX/LaTeX documents
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
NO_BUILD= YES
.include <bsd.port.pre.mk>
do-install:
-${TAR} -kxzf ${DISTDIR}/cwtexmain.tgz -C ${PREFIX}/share/
-${TAR} -kxzf ${DISTDIR}/cwtexbin-16.6.tgz -C ${PREFIX}/bin/
${CAT} ${FILESDIR}/config.ps >> ${PREFIX}/share/texmf/dvips/config/config.ps
mktexlsr
.include <bsd.port.post.mk>