1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/gru/Makefile
Pav Lucistnik fca3ea0df2 - Fix MASTER_SITES
- Update maintainer's address

PR:		ports/83197
Submitted by:	HIYAMA Takeshi <hym@cocoa.freemail.ne.jp> (maintainer)
2005-07-14 14:05:55 +00:00

29 lines
530 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://www.bsddiary.net/gru/
MAINTAINER= gibbon@cocoa.freemail.ne.jp
COMMENT= Gru makes your eyes happy
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>