diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-07 17:57:50 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-07 17:57:50 +0000 |
commit | bc71230101120a30ec654df8ad356a041a2e3621 (patch) | |
tree | 5eb6949c909ae862fc2881ae300da109e929871f /chinese/big5con/Makefile | |
parent | cb24243511a0d4bb4b17073aea6ad29f047f4aa5 (diff) | |
download | FreeBSD-ports-bc71230101120a30ec654df8ad356a041a2e3621.zip FreeBSD-ports-bc71230101120a30ec654df8ad356a041a2e3621.tar.gz |
Upgrade to 0.92b, change MAINTAINER to woju@freebsd.ntu.edu.tw.
PR: ports/8175
Submitted by: woju@freebsd.ntu.edu.tw
Agreed by: origin maintainer
Diffstat (limited to 'chinese/big5con/Makefile')
-rw-r--r-- | chinese/big5con/Makefile | 47 |
1 files changed, 17 insertions, 30 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index b89477f..16b46352 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -1,52 +1,39 @@ # New ports collection makefile for: big5con -# Version required: 0.1 +# Version required: 0.92b # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> # -# $Id: Makefile,v 1.5 1997/10/22 10:25:17 obrien Exp $ -# -# This port is adapted from japanese/kon +# $Id: Makefile,v 1.6 1998/09/27 00:00:24 steve Exp $ # -DISTNAME= kon -PKGNAME= zh-big5con-0.1 +DISTNAME= big5con-0.92b +PKGNAME= zh-big5con-0.92b 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/ \ - 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/ - -DISTFILES= kon-0.99.4e.tgz 8x16.bdf.gz taipei16.bdf.gz - -MAINTAINER= hcchu@r350.ee.ntu.edu.tw +MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ + ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/ \ + ftp://ftp.hinet.net/OS/FreeBSD/taiwan/NTU/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 -BROKEN= fetch +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= kon-0.99.4e.tgz -USE_GMAKE= yes -post-configure: - ${SED} -e 's%%CURDIR%%${.CURDIR}' \ - -e 's%%PREFIX%%${PREFIX}' \ - -e 's%%DISTDIR%%${DISTDIR}' \ - ${FILESDIR}/dotconfig > ${WRKSRC}/.config +pre-install: + @if [ ! -f ${PREFIX}/lib/fonts/taipei16.bdf.gz ]; then \ + tar xvfzp ${DISTDIR}/b5cbin.tgz -C ${PREFIX}; \ + fi 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 "Use 'b5c' to run the big5 console." @echo "---------------------------------------------------------------" @echo |