1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/big5con/Makefile
Vanilla I. Shu c367aa9bf1 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
1998-10-07 17:57:50 +00:00

41 lines
1.4 KiB
Makefile

# New ports collection makefile for: big5con
# Version required: 0.92b
# 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 $
#
DISTNAME= big5con-0.92b
PKGNAME= zh-big5con-0.92b
CATEGORIES= chinese
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
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"
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 'b5c' to run the big5 console."
@echo "---------------------------------------------------------------"
@echo
.include <bsd.port.mk>