summaryrefslogtreecommitdiff
path: root/chinese/big5con/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/big5con/Makefile')
-rw-r--r--chinese/big5con/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile
index 16b463523481..be843b287178 100644
--- a/chinese/big5con/Makefile
+++ b/chinese/big5con/Makefile
@@ -3,11 +3,11 @@
# Date created: 07 Jan 1997
# Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
#
-# $Id: Makefile,v 1.6 1998/09/27 00:00:24 steve Exp $
+# $Id: Makefile,v 1.7 1998/10/07 17:57:50 vanilla Exp $
#
-DISTNAME= big5con-0.92b
-PKGNAME= zh-big5con-0.92b
+DISTNAME= big5con-0.92d
+PKGNAME= zh-big5con-0.92d
CATEGORIES= chinese
MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \
ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/ \
@@ -15,18 +15,19 @@ MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \
ftp://ftp.hinet.net/OS/FreeBSD/taiwan/NTU/woju/binary/ \
ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/source/ \
ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/binary/
-DISTFILES= big5con-0.92b.tgz b5cbin.tgz
+DISTFILES= big5con-0.92d.tgz b5cbin-pa.tgz
MAINTAINER= woju@freebsd.ee.ntu.edu.tw
-#from Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>: The font is transformed from
-# a font with restrictive copyright, so I think you can't distribute
-# it on the CDROM.
-RESTRICTED= "The font 'taipei16.bdf' has restrictive copyrighted"
+EXTRACT_ONLY= ${DISTNAME}.tgz
+
+# With the help from pa@freebsd.ee.ntu.edu.tw
+# 0.92d use kc-fonts, whcih can be included in cdrom, instead of taipei-fonts.
+# Note: 0.92c is restricted due to the taipei-fonts-copyright.
pre-install:
- @if [ ! -f ${PREFIX}/lib/fonts/taipei16.bdf.gz ]; then \
- tar xvfzp ${DISTDIR}/b5cbin.tgz -C ${PREFIX}; \
+ @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \
+ tar xvfzp ${DISTDIR}/b5cbin-pa.tgz -C ${PREFIX}; \
fi
post-install: