diff options
Diffstat (limited to 'games/mindfocus/Makefile')
-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} |