freebsd-ports/chinese/big5con/Makefile
Satoshi Asami 74b19501bc Convert to PORTNAME/PORTVERSION.
Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
2000-04-13 08:28:23 +00:00

41 lines
1.2 KiB
Makefile

# New ports collection makefile for: big5con
# Date created: 07 Jan 1997
# Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= big5con
PORTVERSION= 0.92e
CATEGORIES= chinese
MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \
ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/ \
ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/ \
ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/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.92e.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.
#
# 1999/02/12: 0.92d -> 0.92e
# Fix some bugs
# ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/b5c-d2e.patch
pre-install:
@if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \
tar xvfzp ${DISTDIR}/b5cbin-pa.tgz -C ${PREFIX}; \
fi
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>