aboutsummaryrefslogtreecommitdiffstats
path: root/games/gru/Makefile
blob: 21ae0d80e996027b37e5f9a61f9309f6bb0a783c (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
28
# Created by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
# $FreeBSD$

PORTNAME=   gru
PORTVERSION=    8087
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   http://www.bsddiary.net/gru/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Gru makes your eyes happy

USES=       imake
USE_XORG=   x11 xext xmu xpm xaw xt sm ice

MAN1=       gru.1

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
DOCSDIR=    ${PREFIX}/share/doc/ja/gru
post-install:
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README.jp ${DOCSDIR}
.endif

.include <bsd.port.mk>