aboutsummaryrefslogtreecommitdiff
path: root/games/xmulti
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 21:48:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 21:48:59 +0000
commit60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch)
tree8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xmulti
parent61f946e7e275076aae4e3ca1b700a5224bea3754 (diff)
downloadports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.tar.gz
ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.zip
Convert to USES=imake
While here: Trim headers Remove indefinite articles Mark as broken ports not building with gcc or clang Convert to optionsng
Notes
Notes: svn path=/head/; revision=321991
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}