mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
29 lines
532 B
Makefile
29 lines
532 B
Makefile
# 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>
|