blob: 154ae19e991fb8c56f1de925603c12f7d75b4574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/hztty.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>
|