mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
74b19501bc
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).
26 lines
671 B
Makefile
26 lines
671 B
Makefile
# Ports collection makefile for: hztty
|
|
# Date created: Wed Sep 24, 1997
|
|
# Whom: Ada T Lim <ada@not-enough.bandwidth.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hztty
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \
|
|
ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/convert/
|
|
|
|
MAINTAINER= ada@bsd.org
|
|
|
|
ALL_TARGET= bsd
|
|
MAN1= hztty.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|