blob: bc02e35921ec86e21a3bec42b06a580763eb4348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 09:39:18 agc Exp $
DISTNAME= hztty-2.0
CATEGORIES= converters
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= rxg@netbsd.org
#HOMEPAGE=
COMMENT= turns a tty session between Big5/GB/HZ/Unicode
ALL_TARGET= bsd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"
|