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/mindfocus | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) |
Notes
Diffstat (limited to 'games/mindfocus')
-rw-r--r-- | games/mindfocus/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/mindfocus/Makefile b/games/mindfocus/Makefile index 9a56b5a7cfb7..39dea062c43c 100644 --- a/games/mindfocus/Makefile +++ b/games/mindfocus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mindfocus -# Date created: 3 December 1998 -# Whom: Sugimoto Sadahiro <ixtl@utmc.or.jp> -# +# Created by: Sugimoto Sadahiro <ixtl@utmc.or.jp> # $FreeBSD$ -# PORTNAME= mindfocus PORTVERSION= 0.88 @@ -15,12 +11,14 @@ DISTFILES= mindfocus-0.88.tar.gz mindfocus-data1.tar.gz MAINTAINER= ixtl@utmc.or.jp COMMENT= Lovely characters stay on top of active window -USE_IMAKE= yes +USES= imake USE_XORG= xpm RESTRICTED= 'contains commercial character data' DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} +.include <bsd.port.options.mk> + post-install: .for i in mayu.mfc mio.mfc misaki2.mfc mizuka.mfc myu.mfc ryoko.mfc ${INSTALL_DATA} ${WRKDIR}/$i ${EXAMPLESDIR} @@ -34,7 +32,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/pixmaps/$i ${EXAMPLESDIR}/pixmaps .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/HISTORY.euc ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/MFC.euc ${DOCSDIR} |