summaryrefslogtreecommitdiff
path: root/games
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
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')
-rw-r--r--games/xosmulti/Makefile27
-rw-r--r--games/xosmulti/distinfo1
-rw-r--r--games/xosmulti/files/patch-aa35
-rw-r--r--games/xosmulti/pkg-comment1
-rw-r--r--games/xosmulti/pkg-descr8
-rw-r--r--games/xosmulti/pkg-plist3
6 files changed, 75 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>
diff --git a/games/xosmulti/distinfo b/games/xosmulti/distinfo
new file mode 100644
index 000000000000..6ef8727c4af8
--- /dev/null
+++ b/games/xosmulti/distinfo
@@ -0,0 +1 @@
+MD5 (xosmulti_1.00_tar.gz) = f86fdb3a43c2eb2a1e2c1cddbddeee6c
diff --git a/games/xosmulti/files/patch-aa b/games/xosmulti/files/patch-aa
new file mode 100644
index 000000000000..70370c794139
--- /dev/null
+++ b/games/xosmulti/files/patch-aa
@@ -0,0 +1,35 @@
+--- Makefile.orig Sat Nov 28 17:59:36 1998
++++ Makefile Fri Feb 19 00:24:44 1999
+@@ -4,17 +4,17 @@
+
+ TARGET = xosmulti
+
+-CC = cc
+-LINKER = cc
++CC ?= cc
++LINKER = $(CC)
+
+ #
+ # Set MAIL_SPOOL to moderate value for your environment.
+ #
+-MAIL_SPOOL = '"/usr/spool/mail"'
++# MAIL_SPOOL = '"/usr/spool/mail"'
+ # MAIL_SPOOL = '"/usr/mail"'
+-# MAIL_SPOOL = '"/var/mail"'
++MAIL_SPOOL = '"/var/mail"'
+
+-CFLAGS = -O -DMAILBOX_DIRECTORY=$(MAIL_SPOOL)
++CFLAGS += -DMAILBOX_DIRECTORY=$(MAIL_SPOOL)
+
+ SRCS = $(TARGET).c image.c biff.c message.c
+ OBJS = $(SRCS:.c=.o)
+@@ -22,8 +22,8 @@
+ LIBS = -lX11 -lXext
+ # LIBS = -lX11 -lXext -lsocket -lnsl # for Sun-OS
+
+-# INC_DIR = -I/usr/X11R6/include
+-# LIB_DIR = -L/usr/X11R6/lib
++INC_DIR = -I/usr/X11R6/include
++LIB_DIR = -L/usr/X11R6/lib
+
+ all: $(TARGET)
diff --git a/games/xosmulti/pkg-comment b/games/xosmulti/pkg-comment
new file mode 100644
index 000000000000..7601ec24ac52
--- /dev/null
+++ b/games/xosmulti/pkg-comment
@@ -0,0 +1 @@
+a littele girl catoon on the top of the active window
diff --git a/games/xosmulti/pkg-descr b/games/xosmulti/pkg-descr
new file mode 100644
index 000000000000..76beb5174c7c
--- /dev/null
+++ b/games/xosmulti/pkg-descr
@@ -0,0 +1,8 @@
+What's is xosmulti ?
+
+A kind of X-Windows Desktop-Toy,
+which displays a little girl catoon on the top of the active window.
+"Multi" is her name, and "os"means sit in Japanese.
+
+For more information, visit the following URL:
+ http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/xosmulti.html
diff --git a/games/xosmulti/pkg-plist b/games/xosmulti/pkg-plist
new file mode 100644
index 000000000000..c14e760ab26b
--- /dev/null
+++ b/games/xosmulti/pkg-plist
@@ -0,0 +1,3 @@
+bin/xosmulti
+share/doc/ja/xosmulti/README.jp
+@dirrm share/doc/ja/xosmulti