From 33c4201a7702b72e5c2906bd1a2461e4c161ca9c Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Sat, 20 Feb 1999 00:50:09 +0000 Subject: a littele girl catoon on the top of the active window --- games/xosmulti/Makefile | 27 +++++++++++++++++++++++++++ games/xosmulti/distinfo | 1 + games/xosmulti/files/patch-aa | 35 +++++++++++++++++++++++++++++++++++ games/xosmulti/pkg-comment | 1 + games/xosmulti/pkg-descr | 8 ++++++++ games/xosmulti/pkg-plist | 3 +++ 6 files changed, 75 insertions(+) create mode 100644 games/xosmulti/Makefile create mode 100644 games/xosmulti/distinfo create mode 100644 games/xosmulti/files/patch-aa create mode 100644 games/xosmulti/pkg-comment create mode 100644 games/xosmulti/pkg-descr create mode 100644 games/xosmulti/pkg-plist (limited to 'games') 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 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 -- cgit v1.2.3