mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
758 B
Makefile
27 lines
758 B
Makefile
# 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: Makefile,v 1.1.1.1 1997/10/07 07:03:41 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= hztty-2.0
|
|
PKGNAME= zh-hztty-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>
|