diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/gru | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Notes
Diffstat (limited to 'games/gru')
-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} |