Reviewed by: kuriyama

Submitted by:	flathill@flathill.gr.jp
Initial import of Xsystem35.
Xsystem35 is AliceSoft System 3.5 emulator on X Window System
This commit is contained in:
Seiichirou Hiraoka 1998-11-18 04:06:12 +00:00
parent be1c648551
commit e7bcc9c924
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14623
6 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# ports collection makefile for: AliceSoft System 3.5 on X
# Version required: BETA
# Date created: 12 Nov 1998
# Whom: Seiichirou Hiraoka
#
# $Id$
#
DISTNAME= xsystem35-BETA-19981024
PKGNAME= xsystem-3.5-19981024
CATEGORIES= emulators
MASTER_SITES= http://ryo1207.aist-nara.ac.jp/unitbase/xsys35/down/
MAINTAINER= flathill@flathill.gr.jp
BUILD_DEPENDS= ${X11BASE}/lib/libgtk.a:${PORTSDIR}/x11-toolkits/gtk
USE_X_PREFIX= YES
WRKSRC= ${WRKDIR}/${DISTNAME}/src
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xsystem35 ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/XSystem35.ad ${PREFIX}/lib/X11/app-defaults
${MV} ${PREFIX}/lib/X11/app-defaults/XSystem35.ad ${PREFIX}/lib/X11/app-defaults/XSystem35
post-install:
strip ${PREFIX}/bin/xsystem35
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja/xsystem35
@(cd ${WRKDIR}/${DISTNAME}/doc;\
${INSTALL_MAN} BUGS FAQ GRFMT.TXT INSTALL README THANKS \
${PREFIX}/share/doc/ja/xsystem35; \
)
${MKDIR} ${PREFIX}/share/examples/xsystem35
@(cd ${WRKDIR}/${DISTNAME}/contrib; \
${INSTALL_SCRIPT} instgame ${PREFIX}/share/examples/xsystem35; \
${INSTALL_DATA} README.TXT atlach.inf diabo.inf katsumi.inf kichiku.inf miko.inf ningen.inf oudou.inf panyo.inf rance4.inf toushin2.inf zero.inf \
${PREFIX}/share/examples/xsystem35; \
)
${CAT} ${PKGDIR}/MESSAGE
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xsystem35-BETA-19981024.tar.gz) = 36104116f021c42e27c7cfb828d96ccf

View File

@ -0,0 +1 @@
AliceSoft System 3.5 on X Window System

View File

@ -0,0 +1,7 @@
Xsystem35 is AliceSoft System 3.5 emulator on X Window System
See also /usr/X11R6/share/doc/xsystem35
http://ryo1207.aist-nara.ac.jp/unitbase/xsys35/index.html
- Seiichirou Hiraoka
flathill@flathill.gr.jp

View File

@ -0,0 +1,12 @@
-----
You should use X-tt Server for comfortable play.
If you use over 16bpp mode, you should add following line
to your kernel configuration file and rebuild kernel.
options SHMMAXPGS=4096
If you have CD-ROM drive, please make symbolic link
from /dev/cdrom to actual CD-ROM device name.
For example, type
# ln -s /dev/cdrom /dev/cd0c
-----

View File

@ -0,0 +1,23 @@
bin/xsystem35
share/doc/ja/xsystem35/BUGS
share/doc/ja/xsystem35/FAQ
share/doc/ja/xsystem35/GRFMT.TXT
share/doc/ja/xsystem35/INSTALL
share/doc/ja/xsystem35/README
share/doc/ja/xsystem35/THANKS
share/examples/xsystem35/README.TXT
share/examples/xsystem35/atlach.inf
share/examples/xsystem35/diabo.inf
share/examples/xsystem35/instgame
share/examples/xsystem35/katsumi.inf
share/examples/xsystem35/kichiku.inf
share/examples/xsystem35/miko.inf
share/examples/xsystem35/ningen.inf
share/examples/xsystem35/oudou.inf
share/examples/xsystem35/panyo.inf
share/examples/xsystem35/rance4.inf
share/examples/xsystem35/toushin2.inf
share/examples/xsystem35/zero.inf
lib/X11/app-defaults/XSystem35
@dirrm share/doc/ja/xsystem35
@dirrm share/examples/xsystem35