1997-10-07 09:03:43 +02:00
|
|
|
# Ports collection makefile for: hztty
|
|
|
|
# Date created: Wed Sep 24, 1997
|
|
|
|
# Whom: Ada T Lim <ada@not-enough.bandwidth.org>
|
|
|
|
#
|
1999-08-25 06:58:03 +02:00
|
|
|
# $FreeBSD$
|
1997-10-07 09:03:43 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 10:28:23 +02:00
|
|
|
PORTNAME= hztty
|
|
|
|
PORTVERSION= 2.0
|
1997-10-07 09:03:43 +02:00
|
|
|
CATEGORIES= chinese
|
1997-12-04 15:12:06 +01:00
|
|
|
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/
|
1997-10-07 09:03:43 +02:00
|
|
|
|
2001-02-05 15:29:35 +01:00
|
|
|
MAINTAINER= ada@bsd.org
|
1997-10-07 09:03:43 +02:00
|
|
|
|
2001-02-14 06:43:00 +01:00
|
|
|
ALL_TARGET= bsd
|
1997-10-07 09:03:43 +02:00
|
|
|
MAN1= hztty.1
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|