summaryrefslogtreecommitdiff
path: root/japanese/hex/Makefile
blob: fe192f8d9e8295e3d29cd3e9ac2ee056ba6751be (plain) (blame)
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
# New ports collection makefile for:    hex
# Version required:     2.03
# Date created:         Nov 5, 1996
# Whom:                 IMAMURA Tomoaki (yu@pastel.club.or.jp)
#
# $Id: Makefile,v 1.3 1997/11/16 09:25:46 fenner Exp $
#

DISTNAME=	hex203
PKGNAME=	ja-hex-2.03
CATEGORIES=	japanese
MASTER_SITES=	http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/
EXTRACT_SUFX=	.tgz

MAINTAINER=	yu@pastel.club.or.jp

USE_IMAKE=	yes
PREFIX?=	${LOCALBASE}
MTREE_FILE?=	/etc/mtree/BSD.local.dist
ALL_TARGET=	hex
MAN1=		hex.1
MANCOMPRESSED=	yes
MANLANG=	ja_JP.EUC

.include <bsd.port.mk>