summaryrefslogtreecommitdiff
path: root/games/gru/Makefile
blob: a7d2c891a75198a6e4171fce8aa0c51eb729bb9f (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
26
27
# New ports collection makefile for:	gru
# Date created:				21 Sep 1999
# Whom:					HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	gru
PORTVERSION=	8087
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://hp.vector.co.jp/authors/VA004959/gru/

MAINTAINER=	hym@cocoa.freemail.ne.jp

USE_IMAKE=	yes

MAN1=		gru.1

.if !defined(NOPORTDOCS)
DOCSDIR=	${PREFIX}/share/doc/ja/gru
post-install:
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.jp ${DOCSDIR}
.endif

.include <bsd.port.mk>