Index: head/emulators/stonx/Makefile
===================================================================
--- head/emulators/stonx/Makefile (revision 402189)
+++ head/emulators/stonx/Makefile (revision 402190)
@@ -1,71 +1,71 @@
# Created by: Tobias Reifenberger
# $FreeBSD$
PORTNAME= stonx
PORTVERSION= 0.6.7e.6
CATEGORIES= emulators
MASTER_SITES= SF/stonx/stonx/0.6.7.6
DISTNAME= STonX-0.6.7.6
MAINTAINER= dinoex@FreeBSD.org
COMMENT= AtariST emulator
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
gccmakedep:${PORTSDIR}/devel/gccmakedep \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
${LOCALBASE}/share/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc
RESTRICTED= Contains ROM (C) by Atari
TOSIMG?= tos.img
USES= fonts
FONTNAME= # empty
USE_XORG= x11 sm ice xext xextproto
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib
ALL_TARGET= all fnttobdf tosfonts fonts
BINDIR= ${PREFIX}/bin
FNTDIR= ${PREFIX}/share/fonts/misc
DATA= atari/bench1.pas atari/bench1.prg
ETCFILES= keysyms-alternative keysyms-german keysyms-spanish
DOCS= ../COPYING AUTHORS DEBUGGING INSTALL README RELEASE_NOTES \
TOS-VERSIONS
FONTS= System0-iso.pcf System0.pcf System1-iso.pcf System1.pcf \
System2-iso.pcf System2.pcf
OPTIONS_DEFINE= DOCS EXAMPLES
.include
pre-build:
${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img
post-install:
.for f in ${ETCFILES}
${INSTALL_DATA} ${WRKSRC}/etc/$f ${STAGEDIR}${ETCDIR}/
.endfor
@${ECHO_MSG} "===> Installing fonts"
${MKDIR} ${STAGEDIR}${FNTDIR}
.for f in ${FONTS}
${INSTALL_DATA} ${WRKSRC}/data/$f ${STAGEDIR}${FNTDIR}/
${GZIP_CMD} ${STAGEDIR}${FNTDIR}/$f
.endfor
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}/
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${DATA:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}/
-.endif
.if !exists(${DISTDIR}/${TOSIMG})
IGNORE= please get a ROM dump from your AtariST and save it as\
"${TOSIMG}" in "${DISTDIR}" manually, and then make again
.endif
.include
Index: head/emulators/stonx/pkg-descr
===================================================================
--- head/emulators/stonx/pkg-descr (revision 402189)
+++ head/emulators/stonx/pkg-descr (revision 402190)
@@ -1,34 +1,22 @@
Release notes for version 0.6.7-epsilon
=======================================
-
This version is the "almost-there" version of STonX 0.6.7 (which is going
to be the last "release" version before the major changes in the current
development versions are released.
-The Xlib-VDI driver is still disabled (sorry) and may or may not be
-re-integrated before the final 0.6.7 release. This depends mostly on
-how much work it is to get it to work again after all the latest changes.
-
-Please notify me of any bugs or installation problems as soon as possible
-(mail me at nino@complang.tuwien.ac.at), even if you have reported a bug
-previously and I haven't had time or forgot to fix it.
-
--nino
-
Some information about the problems with different TOS versions and STonX:
==========================================================================
-
(1) Can't run programs from the Unix filesystem interface
(2) not thoroughly tested or tested by someone else
(3) untested
(4) set TOS_1 to 1 in options.h before compiling
(5) A: and B: can't be used because they're implicitly considered Floppy disk
drives and always accessed using the FDC
TOS 1.00: (1)(2)(4)(5)
TOS 1.02: (1)(2)(4)(5)
TOS 1.04: (2)(4)
TOS 1.06: (3)
TOS 1.62: (3)
TOS 2.05: tested, should be OK
TOS 2.06: tested, should be OK