summaryrefslogtreecommitdiff
path: root/chinese/hztty/Makefile
blob: 43ae0b50a677532e52010592d9d52f35796c04e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ports collection makefile for:  hztty
# Version required:     	  2.0
# Date created:			  Wed Sep 24, 1997
# Whom:				  Ada T Lim <ada@not-enough.bandwidth.org>
#
# $Id$
#

DISTNAME=	hztty-2.0
PKGNAME=	zh-hztty-2.0
CATEGORIES=	chinese
MASTER_SITES=	ftp://ftp.ifcss.org/pub/software/convert/  \
		ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/convert/ \
		ftp://ftp.edu.tw/Chinese/ifcss/software/convert/  \
		ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/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>