summaryrefslogtreecommitdiff
path: root/games/mindfocus
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-07 00:28:44 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-07 00:28:44 +0000
commitf28944154d75257c7a05e0a1e133efc6abbb35a4 (patch)
treeb9249f1d1aaa36bd9d7757cf745851f1143258df /games/mindfocus
parentPR: ports/10370 (diff)
PR: ports/10431
Submitted by: ixtl@utmc.or.jp Lovely characters stay on top of active window.
Notes
Notes: svn path=/head/; revision=17026
Diffstat (limited to 'games/mindfocus')
-rw-r--r--games/mindfocus/Makefile44
-rw-r--r--games/mindfocus/distinfo2
-rw-r--r--games/mindfocus/files/patch-aa24
-rw-r--r--games/mindfocus/files/patch-ab8
-rw-r--r--games/mindfocus/pkg-comment1
-rw-r--r--games/mindfocus/pkg-descr11
-rw-r--r--games/mindfocus/pkg-plist57
7 files changed, 147 insertions, 0 deletions
diff --git a/games/mindfocus/Makefile b/games/mindfocus/Makefile
new file mode 100644
index 000000000000..d98d58e0ee77
--- /dev/null
+++ b/games/mindfocus/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: mindfocus
+# Version required: 0.86.1
+# Date created: 3 December 1998
+# Whom: Sugimoto Sadahiro <ixtl@utmc.or.jp>
+#
+# $Id$
+#
+
+DISTNAME= mindfocus-0.86.1
+CATEGORIES= games
+MASTER_SITES= http://www.tk.xaxon.ne.jp/~toyoshim/mf/files/
+DISTFILES= mindfocus-0.86.1.tar.gz mindfocus-data1.tar.gz
+
+MAINTAINER= ixtl@utmc.or.jp
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+RESTRICTED= 'contains commercial character data'
+
+post-install:
+.for i in mayu.mfc mio.mfc misaki2.mfc mizuka.mfc myu.mfc ryoko.mfc
+ ${INSTALL_DATA} ${WRKDIR}/$i ${PREFIX}/share/examples/mindfocus
+.endfor
+.for i in mayu1.xpm mayu2.xpm mayu3.xpm mayu4.xpm \
+ mio1.xpm mio2.xpm mio3.xpm mio4.xpm \
+ misaki2-1.xpm misaki2-2.xpm misaki2-3.xpm misaki2-4.xpm \
+ mizuka1.xpm mizuka2.xpm mizuka3.xpm mizuka4.xpm \
+ myu1.xpm myu2.xpm myu3.xpm myu4.xpm \
+ ryoko1.xpm ryoko2.xpm ryoko3.xpm ryoko4.xpm
+ ${INSTALL_DATA} ${WRKDIR}/pixmaps/$i ${PREFIX}/share/examples/mindfocus/pixmaps
+.endfor
+
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/ja/mindfocus
+ ${INSTALL_MAN} ${WRKSRC}/doc/HISTORY.euc ${PREFIX}/share/doc/ja/mindfocus
+ ${INSTALL_MAN} ${WRKSRC}/doc/MFC.euc ${PREFIX}/share/doc/ja/mindfocus
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.euc ${PREFIX}/share/doc/ja/mindfocus
+ ${INSTALL_MAN} ${WRKSRC}/doc/SCRIPT.euc ${PREFIX}/share/doc/ja/mindfocus
+ ${INSTALL_MAN} ${WRKSRC}/doc/TODO.euc ${PREFIX}/share/doc/ja/mindfocus
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/mindfocus/distinfo b/games/mindfocus/distinfo
new file mode 100644
index 000000000000..cb21aa098fa3
--- /dev/null
+++ b/games/mindfocus/distinfo
@@ -0,0 +1,2 @@
+MD5 (mindfocus-0.86.1.tar.gz) = 335f32d4c1d77b73fde55df4ae7178b8
+MD5 (mindfocus-data1.tar.gz) = b018a6de1e56b9ac5a2a6541fadef0e8
diff --git a/games/mindfocus/files/patch-aa b/games/mindfocus/files/patch-aa
new file mode 100644
index 000000000000..07eac148fcef
--- /dev/null
+++ b/games/mindfocus/files/patch-aa
@@ -0,0 +1,24 @@
+--- configure.h.orig Fri Dec 18 21:55:05 1998
++++ configure.h Thu Feb 25 10:31:24 1999
+@@ -11,10 +11,10 @@
+ */
+
+ /* インストールディレクトリ */
+-#define INSTALLDIR ${HOME}/bin
++#define INSTALLDIR ${PREFIX}/bin
+
+ /* デフォルトデータをインストールする場所 */
+-#define DATADIR ${HOME}/share/mindfocus
++#define DATADIR ${PREFIX}/share/examples/mindfocus
+
+ /* 個人環境保存ファイル(設定ファイル)の名前 */
+ #define DOTFILENAME ".mindfocus"
+@@ -32,7 +32,7 @@
+
+ /* XPMフォーマットに対応させるときは定義する。今のところ事実上必須。 */
+ #define XPM
+-#define XPMLIBRARY -L/usr/local/X11R6/lib -lXpm
++#define XPMLIBRARY -L${PREFIX}/lib -lXpm
+
+
+ /*
diff --git a/games/mindfocus/files/patch-ab b/games/mindfocus/files/patch-ab
new file mode 100644
index 000000000000..c800ef971e2e
--- /dev/null
+++ b/games/mindfocus/files/patch-ab
@@ -0,0 +1,8 @@
+--- Imakefile.orig Fri Nov 27 02:19:33 1998
++++ Imakefile Thu Dec 3 06:17:15 1998
+@@ -18,3 +18,5 @@
+ #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
+
+ MakeSubdirs($(SUBDIRS))
++
++depend:
diff --git a/games/mindfocus/pkg-comment b/games/mindfocus/pkg-comment
new file mode 100644
index 000000000000..e552104e5414
--- /dev/null
+++ b/games/mindfocus/pkg-comment
@@ -0,0 +1 @@
+Lovely characters stay on top of active window.
diff --git a/games/mindfocus/pkg-descr b/games/mindfocus/pkg-descr
new file mode 100644
index 000000000000..ed7cb5962956
--- /dev/null
+++ b/games/mindfocus/pkg-descr
@@ -0,0 +1,11 @@
+MindFocus version 0.86.1 by Takashi TOYOSHIMA
+ University of Tokyo Microcomputer Club
+
+MindFocus is a mascot on X Window System.
+Lovely(*) characters stay on top of active window.
+
+(*) Your favorite character(s) can do (Not only lovely ones :-) ).
+
+More information -> /usr/X11R6/share/doc/ja/mindfocus/*.euc (Japanese only)
+
+Package Maintainer: S. Sugimoto < ixtl@utmc.or.jp >
diff --git a/games/mindfocus/pkg-plist b/games/mindfocus/pkg-plist
new file mode 100644
index 000000000000..f3a93ea21276
--- /dev/null
+++ b/games/mindfocus/pkg-plist
@@ -0,0 +1,57 @@
+bin/mindfocus
+share/examples/mindfocus/akane.mfc
+share/examples/mindfocus/misaki.mfc
+share/examples/mindfocus/nanase.mfc
+share/examples/mindfocus/mayu.mfc
+share/examples/mindfocus/mio.mfc
+share/examples/mindfocus/misaki2.mfc
+share/examples/mindfocus/mizuka.mfc
+share/examples/mindfocus/myu.mfc
+share/examples/mindfocus/ryoko.mfc
+share/examples/mindfocus/system.mindfocus
+share/examples/mindfocus/pixmaps/akane0.xpm
+share/examples/mindfocus/pixmaps/akane1.xpm
+share/examples/mindfocus/pixmaps/akane2.xpm
+share/examples/mindfocus/pixmaps/akane3.xpm
+share/examples/mindfocus/pixmaps/misaki0.xpm
+share/examples/mindfocus/pixmaps/misaki1.xpm
+share/examples/mindfocus/pixmaps/misaki2.xpm
+share/examples/mindfocus/pixmaps/misaki3.xpm
+share/examples/mindfocus/pixmaps/nanase0.xpm
+share/examples/mindfocus/pixmaps/nanase1.xpm
+share/examples/mindfocus/pixmaps/nanase2.xpm
+share/examples/mindfocus/pixmaps/nanase3.xpm
+share/examples/mindfocus/pixmaps/mayu1.xpm
+share/examples/mindfocus/pixmaps/mayu2.xpm
+share/examples/mindfocus/pixmaps/mayu3.xpm
+share/examples/mindfocus/pixmaps/mayu4.xpm
+share/examples/mindfocus/pixmaps/mio1.xpm
+share/examples/mindfocus/pixmaps/mio2.xpm
+share/examples/mindfocus/pixmaps/mio3.xpm
+share/examples/mindfocus/pixmaps/mio4.xpm
+share/examples/mindfocus/pixmaps/misaki2-1.xpm
+share/examples/mindfocus/pixmaps/misaki2-2.xpm
+share/examples/mindfocus/pixmaps/misaki2-3.xpm
+share/examples/mindfocus/pixmaps/misaki2-4.xpm
+share/examples/mindfocus/pixmaps/mizuka1.xpm
+share/examples/mindfocus/pixmaps/mizuka2.xpm
+share/examples/mindfocus/pixmaps/mizuka3.xpm
+share/examples/mindfocus/pixmaps/mizuka4.xpm
+share/examples/mindfocus/pixmaps/myu1.xpm
+share/examples/mindfocus/pixmaps/myu2.xpm
+share/examples/mindfocus/pixmaps/myu3.xpm
+share/examples/mindfocus/pixmaps/myu4.xpm
+share/examples/mindfocus/pixmaps/ryoko1.xpm
+share/examples/mindfocus/pixmaps/ryoko2.xpm
+share/examples/mindfocus/pixmaps/ryoko3.xpm
+share/examples/mindfocus/pixmaps/ryoko4.xpm
+share/examples/mindfocus/scripts/eye.ms
+share/doc/ja/mindfocus/HISTORY.euc
+share/doc/ja/mindfocus/MFC.euc
+share/doc/ja/mindfocus/README.euc
+share/doc/ja/mindfocus/SCRIPT.euc
+share/doc/ja/mindfocus/TODO.euc
+@dirrm share/examples/mindfocus/pixmaps
+@dirrm share/examples/mindfocus/scripts
+@dirrm share/examples/mindfocus
+@dirrm share/doc/ja/mindfocus