aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmulti/Makefile
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-11-24 17:14:08 +0800
committerflathill <flathill@FreeBSD.org>1998-11-24 17:14:08 +0800
commit7a26969e0b657996c436e7c00ce620b4d2aff28d (patch)
treefa5801a24b230f134ab32888da80e7ce191cc96a /games/xmulti/Makefile
parent65bdff62c9838e587358fb3022207ba935b55f8c (diff)
downloadfreebsd-ports-gnome-7a26969e0b657996c436e7c00ce620b4d2aff28d.tar.gz
freebsd-ports-gnome-7a26969e0b657996c436e7c00ce620b4d2aff28d.tar.zst
freebsd-ports-gnome-7a26969e0b657996c436e7c00ce620b4d2aff28d.zip
reImport xmulti.
a X11 mascot based on gal-game "To Heart" This was registered in ports/deskutils/xmulti. But CATEGORIES was wrong.
Diffstat (limited to 'games/xmulti/Makefile')
-rw-r--r--games/xmulti/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/xmulti/Makefile b/games/xmulti/Makefile
new file mode 100644
index 000000000000..12865c216f81
--- /dev/null
+++ b/games/xmulti/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: xmulti
+# Version required: 2.00b4
+# Date created: 4 Jun 1998
+# Whom: Toru YANO <toru@s-fine.co.jp>
+#
+# $Id: Makefile,v 1.1.1.1 1998/11/23 02:52:44 flathill Exp $
+#
+
+DISTNAME= xmul200b4
+PKGNAME= xmulti-2.00b4
+CATEGORIES= games
+MASTER_SITES= http://cclub.cc.tut.ac.jp/~go/xmulti/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= toru@s-fine.co.jp
+
+WRKSRC= ${WRKDIR}/xmulti200beta4
+
+USE_IMAKE= yes
+
+MAN1= xmaid.1
+NOMANCOMPRESS= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/ja/xmulti
+.for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp
+ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/xmulti
+.endfor
+.endif
+
+.include <bsd.port.mk>