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/xhime | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) | |
download | ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.tar.gz ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.zip |
Notes
Diffstat (limited to 'games/xhime')
-rw-r--r-- | games/xhime/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/games/xhime/Makefile b/games/xhime/Makefile index e9bd9659deba..fb43b51124ea 100644 --- a/games/xhime/Makefile +++ b/games/xhime/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: xhime -# Date created: 25 August 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= xhime PORTVERSION= 1.51 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Resident Himechan for X Window System WRKSRC= ${WRKDIR}/xhime1.51 -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MANCOMPRESSED= yes MANLANG= . ja @@ -24,7 +20,7 @@ MAN6= xhime.6 NO_CDROM= 'contains commercial character data' -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-install: ${STRIP_CMD} ${PREFIX}/bin/xhime @@ -32,7 +28,7 @@ post-install: ${PREFIX}/man/ja/man6 ${MV} ${PREFIX}/man/ja/man6/xhime-man.euc ${PREFIX}/man/ja/man6/xhime.6 ${GZIP_CMD} ${PREFIX}/man/ja/man6/xhime.6 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/share/doc/ja/xhime @(cd ${WRKSRC};\ ${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \ @@ -40,4 +36,4 @@ post-install: ) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |