diff options
Diffstat (limited to 'chinese/hztty/Makefile')
-rw-r--r-- | chinese/hztty/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/chinese/hztty/Makefile b/chinese/hztty/Makefile new file mode 100644 index 0000000..43ae0b5 --- /dev/null +++ b/chinese/hztty/Makefile @@ -0,0 +1,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> |