summaryrefslogtreecommitdiff
path: root/print/latex-cjk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/latex-cjk/Makefile')
-rw-r--r--print/latex-cjk/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/print/latex-cjk/Makefile b/print/latex-cjk/Makefile
deleted file mode 100644
index eb720b370640..000000000000
--- a/print/latex-cjk/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: zh-CJK
-# Version required: 4.3.0
-# Date created: 5 Sep 1999
-# Whom: J.T. Jang (jtjang@gcn.net.tw)
-#
-# $FreeBSD$
-#
-
-DISTNAME= zh-CJK-4.3.0
-CATEGORIES= chinese
-MASTER_SITES= ftp://ftp.ffii.org/pub/cjk/devel/
-DISTFILES= cjk-current.tar.gz
-
-MAINTAINER= jtjang@gcn.net.tw
-
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \
- ${X11BASE}/lib/X11/fonts/TrueType/moe_lishu.ttf:${PORTSDIR}/chinese/moettf \
- ttf2pk:${PORTSDIR}/print/freetype:build
-LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-
-NO_PACKAGE= Interactive
-
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/cjk-current
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/CJK
- ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/examples/CJK
-.endif
-
-MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \
- hbf2gf.1 sjisconv.1 thaiconv.1 ttf2pk.1 ttf2tfm.1
-
-.include <bsd.port.mk>