1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/gru/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
520 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= 2
CATEGORIES= games
MASTER_SITES= http://www.bsddiary.net/gru/
MAINTAINER= ports@FreeBSD.org
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>