summaryrefslogtreecommitdiff
path: root/emulators/BasiliskII/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-07-01 12:34:32 +0000
committeradam <adam@pkgsrc.org>2005-07-01 12:34:32 +0000
commit181bc687b60241d67a59f78eeab144bb13dfdda2 (patch)
treebe3481ed8630d47d1e385172258d7ba047698922 /emulators/BasiliskII/Makefile
parentee0cbb624f141e54499f6e5a60057b31d8860b5b (diff)
downloadpkgsrc-181bc687b60241d67a59f78eeab144bb13dfdda2.tar.gz
Changes 20050322:
- fixed the problem with Ticks getting incremented on every interrupt, not just 60Hz (e.g. moving the mouse made the caret blink faster) - Unix: integrated JIT compiler for Linux/x86 and FreeBSD/x86 - Unix: moved minimum autoconf support to 2.52+ - Unix: add large file support for 2+ GB hard disk images - Unix: cleaned up pthread attributes [Brian Johnson] - Unix: fixed floppy problems under Linux - Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc - Unix: serial port baud rates are now set correctly - Unix: it is now possible to make the serial drivers pipe their input/output to programs by using a '|' followed by a command line as the modem or printer port setting (instead of a device name like '/dev/ttyS0') - Unix: the option "--config FILE" tells B2 to use a different config file - Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead of the hardcoded '/dev/dsp' and '/dev/mixer' - Unix: new ether prefs option 'tun' to use a TUN/TAP interface. The configure script used can be overriden with "etherconfig" - Unix: SDL audio and video output are now available in option - Unix: port JIT compiler to Linux/x86_64 (AMD64 and EM64T platforms) - Unix: sheep_net driver ported to kernel 2.6 (patches from Mac-On-Linux) - Unix: fix network code to work correctly on 64-bit platforms - Unix: implement X11 to MacOS exchange of text through the clipboard - Windows: a new port derived from Lauri's work is now available
Diffstat (limited to 'emulators/BasiliskII/Makefile')
-rw-r--r--emulators/BasiliskII/Makefile25
1 files changed, 11 insertions, 14 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile
index 18b46e4d1f8..02bd68a6f56 100644
--- a/emulators/BasiliskII/Makefile
+++ b/emulators/BasiliskII/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:46 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/07/01 12:34:32 adam Exp $
-DISTNAME= BasiliskII_src_14032003
-PKGNAME= BasiliskII-1.0.20030314
+DISTNAME= BasiliskII_src_22032005
+PKGNAME= BasiliskII-1.0.20050322
CATEGORIES= emulators
MASTER_SITES= http://gwenole.beauchesne.online.fr/basilisk2/files/
EXTRACT_SUFX= .tar.bz2
@@ -10,19 +10,15 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gwenole.beauchesne.online.fr/basilisk2/
COMMENT= Open Source 68k Macintosh emulator
-NOT_FOR_PLATFORM+= Darwin-*-*
-
WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LANGUAGES= c c++
-
-CONFIGURE_ARGS+= --without-gtk \
- --without-esd \
- --disable-fbdev-dga \
- --without-mon
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-fbdev-dga
+CONFIGURE_ARGS+= --enable-addressing=banks
+CONFIGURE_ARGS+= --without-mon
-.include "../../mk/x11.buildlink3.mk"
+.include "options.mk"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII
@@ -30,4 +26,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../../TECH ${PREFIX}/share/doc/BasiliskII/
${INSTALL_DATA} ${WRKSRC}/../../TODO ${PREFIX}/share/doc/BasiliskII/
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"