freebsd-ports/chinese/hztty/Makefile
Mario Sergio Fujikawa Ferreira 2275ee0bcf typo clean up police: \s -> \t
2001-02-14 05:43:00 +00:00

26 lines
666 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>