1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/gru/Makefile
Satoshi Taoka c435094be7 gru is to make your eyes happy if you look into the window for 20 seconds.
PR:		13890
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
1999-09-28 01:50:47 +00:00

28 lines
631 B
Makefile

# New ports collection makefile for: gru
# Version required: 8087
# Date created: 21 Sep 1999
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#
DISTNAME= gru-8087
CATEGORIES= games
MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/gru/
MAINTAINER= th@cis.ibaraki.ac.jp
USE_IMAKE= yes
MAN1= gru.1
MANCOMPRESSED= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gru ${PREFIX}/bin
@cp ${WRKSRC}/gru.man ${WRKSRC}/gru.1
@${INSTALL_MAN} ${WRKSRC}/gru.1 ${PREFIX}/man/man1
@install -d ${PREFIX}/share/doc/gru_8087
@install -c -m 444 ${WRKSRC}/README.jp ${PREFIX}/share/doc/gru_8087
.include <bsd.port.mk>