mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
579447f027
kon is a kanji console driver for Japanese, Chinese and Korean. It accesses VGA directly.
44 lines
1.4 KiB
Makefile
44 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.8 1998/10/08 15:29:40 vanilla Exp $
|
|
#
|
|
|
|
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/ \
|
|
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.92d.tgz b5cbin-pa.tgz
|
|
|
|
MAINTAINER= woju@freebsd.ee.ntu.edu.tw
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
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/kc16.smf ]; then \
|
|
tar xvfzp ${DISTDIR}/b5cbin-pa.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>
|