summaryrefslogtreecommitdiff
path: root/games/xosmulti/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-20 00:50:09 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-20 00:50:09 +0000
commit33c4201a7702b72e5c2906bd1a2461e4c161ca9c (patch)
treeffdcb61eb03626247dcf1352f6da5f0d54f0f640 /games/xosmulti/Makefile
parentSubmitted by: issei@jp.FreeBSD.ORG (diff)
a littele girl catoon on the top of the active window
Notes
Notes: svn path=/head/; revision=16785
Diffstat (limited to 'games/xosmulti/Makefile')
-rw-r--r--games/xosmulti/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/xosmulti/Makefile b/games/xosmulti/Makefile
new file mode 100644
index 000000000000..f496962ed2ea
--- /dev/null
+++ b/games/xosmulti/Makefile
@@ -0,0 +1,27 @@
+# ports collection makefile for: xosmulti
+# Version required: 1.00
+# Date created: 17 February 1999
+# Whom: Seiichirou Hiraoka
+#
+# $Id$
+#
+
+DISTNAME= xosmulti_1.00_tar
+PKGNAME= xosmulti-1.00
+CATEGORIES= games
+MASTER_SITES= http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= flathill@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/xosmulti
+USE_X_PREFIX= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/ja/xosmulti
+ ${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/ja/xosmulti
+.endif
+
+.include <bsd.port.mk>