aboutsummaryrefslogtreecommitdiff
path: root/games/xmulti
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmulti')
-rw-r--r--games/xmulti/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/games/xmulti/Makefile b/games/xmulti/Makefile
index 4c6221ec8800..a71d071cf910 100644
--- a/games/xmulti/Makefile
+++ b/games/xmulti/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xmulti
-# Date created: 4 Jun 1998
-# Whom: Toru YANO <toru@s-fine.co.jp>
-#
+# Created by: Toru YANO <toru@s-fine.co.jp>
# $FreeBSD$
-#
PORTNAME= xmulti
PORTVERSION= 2.00b4
@@ -13,19 +9,21 @@ MASTER_SITES= http://www.denpa.org/~go/xmulti/
DISTFILES= xmul200b4.tgz
MAINTAINER= toru@tenchi.ne.jp
-COMMENT= A X11 mascot based on gal-game "To Heart"
+COMMENT= X11 mascot based on gal-game "To Heart"
WRKSRC= ${WRKDIR}/xmulti200beta4
-USE_IMAKE= yes
+USES= imake
USE_XORG= x11 xext xaw xmu xt xpm sm ice
MAN1= xmaid.1
NO_MANCOMPRESS= yes
DOCSDIR= ${PREFIX}/share/doc/ja/{PORTNAME}
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp
${INSTALL_MAN} ${WRKSRC}/$i ${DOCSDIR}