freebsd-ports/games/gru/Makefile
FUJISHIMA Satsuki 58c29833f8 o unbreak for XFree86-3.
o install Japanese docs under share/doc/ja.
o PORTDOCS.
2002-01-07 14:51:16 +00:00

27 lines
508 B
Makefile

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