freebsd-ports/chinese/hztty/Makefile
Martin Wilke 90163e9046 - Use termios.h instead of sgtty.h
- Reset maintainer (mail bounce) [1]

[1]
<ada@bsd.org>: host bsd.org.s6a1.psmtp.com[64.18.5.10] said: 550 No such user -
psmtp (in reply to RCPT TO command)

PR:		120050
Submitted by:	Ed Schouten <ed@fxq.nl>
2008-01-27 23:46:13 +00:00

24 lines
552 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.cuhk.hk/pub/chinese/ifcss/software/unix/convert/
MAINTAINER= ports@FreeBSD.org
COMMENT= A translator between GuoBiao / Big5 and HZ
ALL_TARGET= bsd
MAN1= hztty.1
PLIST_FILES= bin/hztty
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1
.include <bsd.port.mk>