1997-02-16 01:14:03 +00:00
|
|
|
|
# New ports collection makefile for: big5con
|
|
|
|
|
# Version required: 0.1
|
|
|
|
|
# Date created: 07 Jan 1997
|
|
|
|
|
# Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
|
|
|
|
|
#
|
1997-10-22 10:25:17 +00:00
|
|
|
|
# $Id: Makefile,v 1.4 1997/09/22 17:48:21 max Exp $
|
1997-02-16 01:14:03 +00:00
|
|
|
|
#
|
|
|
|
|
# This port is adapted from japanese/kon
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
DISTNAME= kon
|
1997-09-22 17:48:41 +00:00
|
|
|
|
PKGNAME= zh-big5con-0.1
|
1997-02-16 01:14:03 +00:00
|
|
|
|
CATEGORIES= chinese
|
|
|
|
|
# note kon is only in first directory and
|
|
|
|
|
# fonts are only in the other two directories
|
|
|
|
|
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/ \
|
|
|
|
|
ftp://nctuccca.edu.tw/Chinese/ifcss/software/fonts/misc/bdf/ \
|
1997-10-22 10:25:17 +00:00
|
|
|
|
ftp://nctuccca.edu.tw/Chinese/ifcss/software/fonts/big5/bdf/ \
|
|
|
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/misc/bdf/ \
|
|
|
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/big5/bdf/ \
|
|
|
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/misc/bdf/ \
|
|
|
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/big5/bdf/ \
|
|
|
|
|
ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/fonts/misc/bdf/ \
|
|
|
|
|
ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/fonts/big5/bdf/
|
|
|
|
|
|
1997-02-16 01:14:03 +00:00
|
|
|
|
DISTFILES= kon-0.99.4e.tgz 8x16.bdf.gz taipei16.bdf.gz
|
|
|
|
|
|
|
|
|
|
MAINTAINER= hcchu@r350.ee.ntu.edu.tw
|
|
|
|
|
|
1997-02-17 20:33:32 +00:00
|
|
|
|
#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"
|
1997-02-16 01:14:03 +00:00
|
|
|
|
EXTRACT_ONLY= kon-0.99.4e.tgz
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
|
|
post-configure:
|
1997-07-21 19:21:06 +00:00
|
|
|
|
${SED} -e 's%%CURDIR%%${.CURDIR}' \
|
1997-02-16 01:14:03 +00:00
|
|
|
|
-e 's%%PREFIX%%${PREFIX}' \
|
|
|
|
|
-e 's%%DISTDIR%%${DISTDIR}' \
|
1997-07-21 19:21:06 +00:00
|
|
|
|
${FILESDIR}/dotconfig > ${WRKSRC}/.config
|
1997-02-16 01:14:03 +00:00
|
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
|
@echo
|
|
|
|
|
@echo "---------------------------------------------------------------"
|
|
|
|
|
@echo "You need to add a line 'options SYSVSHM' to your kernel config."
|
|
|
|
|
@echo "Use 'big5con' to run the big5 console."
|
|
|
|
|
@echo "---------------------------------------------------------------"
|
|
|
|
|
@echo
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|