1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/japanese/hex/Makefile
Masafumi Max NAKANE 507435e892 Properly define MAN1 and MANCOMPRESSED.
Add ALL_TARGET=hex so that it really builds by invoking make build.
(Formerly, it built when make install was invoked.)
1998-04-04 21:50:54 +00:00

26 lines
569 B
Makefile

# 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>