diff options
Diffstat (limited to 'games/gru/Makefile')
-rw-r--r-- | games/gru/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/gru/Makefile b/games/gru/Makefile index 3dbcccebfa25..be4f9059785d 100644 --- a/games/gru/Makefile +++ b/games/gru/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gru -# Date created: 21 Sep 1999 -# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> -# +# Created by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> # $FreeBSD$ -# PORTNAME= gru PORTVERSION= 8087 @@ -14,12 +10,14 @@ MASTER_SITES= http://www.bsddiary.net/gru/ MAINTAINER= ports@FreeBSD.org COMMENT= Gru makes your eyes happy -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xmu xpm xaw xt sm ice MAN1= gru.1 -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/ja/gru post-install: ${MKDIR} ${DOCSDIR} |