summaryrefslogtreecommitdiff
path: root/chinese/cwtex/Makefile
blob: 9aa9016a940230549f6d3a8cbcd45878d2eb230d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.netlab.cse.yzu.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>