1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/big5con/Makefile
David E. O'Brien 9bfa4194b8 Console supporting the Big5 Chinese encoding.
Closes PR:	ports/2403
Submitted by:	Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
1997-02-16 01:14:03 +00:00

42 lines
1.2 KiB
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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>
#
# $Id$
#
# This port is adapted from japanese/kon
#
DISTNAME= kon
PKGNAME= cn-big5con-0.1
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/
DISTFILES= kon-0.99.4e.tgz 8x16.bdf.gz taipei16.bdf.gz
MAINTAINER= hcchu@r350.ee.ntu.edu.tw
RESTRICTED= "The font 'taipei16.bdf' is 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}' \
files/dotconfig > ${WRKSRC}/.config
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>