summaryrefslogtreecommitdiff
path: root/emulators/pearpc/Makefile
diff options
context:
space:
mode:
authorghen <ghen>2005-12-22 19:27:36 +0000
committerghen <ghen>2005-12-22 19:27:36 +0000
commit71009aa56d39db59e1fddb2ee5afb456dd33322f (patch)
treef8564fd1119092e2eb0d9dc9e92e99b141e67f71 /emulators/pearpc/Makefile
parente511d33eec850447ed54712122b9f3336e359ef8 (diff)
downloadpkgsrc-71009aa56d39db59e1fddb2ee5afb456dd33322f.tar.gz
- update pearpc to 0.4
- move options to options.mk file and reorganize a bit - sort PLIST - grab MAINTAINERship ok by xtraeme. ChangeLog for pearpc-0.4: - CPU: stfiwx implemented - config: "ppc_start_fullscreen" for starting in fullscreen mode - POSIX: allow bridging of tun device - use FISTTP instruction on SSE3 aware processors - merged native_cd branch from Alexander Stockinger - endianess fixes - warn that the generic CPU is slow - better detection of HFS+ volumes - support for DVD-Drives - correctly check for NASM - Work-around for graphic errors in Mac OS X 10.1 - POSIX/Linux: fall back to 1 GHz if /proc/cpuinfo doesn't provide cpu frequency - 3c90x emulation fixed - some PROM fixed for yaboot - alteration of x86asm interface to be more programmer friendly - use transparent cursors instead of altering cursor visibility (hack for using PearPC with remote desktop) - DVD emulation implemented. Fixes problems with Tiger installation - Updated the read_effective_* commands to be faster !!! REGRESSED !!! - fixed lvalue casts (compiles now with gcc 4.x) - booting from disks with bootfile about 4 GiB limit fixed
Diffstat (limited to 'emulators/pearpc/Makefile')
-rw-r--r--emulators/pearpc/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index 77983e1c240..b9ac12dc7ab 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2005/12/11 09:40:39 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.9 2005/12/22 19:27:36 ghen Exp $
-DISTNAME= pearpc-0.3.1
-PKGREVISION= 2
+DISTNAME= pearpc-0.4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pearpc/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://pearpc.sourceforge.net/
COMMENT= PowerPC emulator
@@ -45,17 +43,7 @@ SUBST_FILES.conf= ppccfg.example
SUBST_SED.conf= -e "s|\"nvram\"|\"/tmp/nvram\"|"
SUBST_MESSAGE.conf= "Fixing configuration file."
-PKG_OPTIONS_VAR= PKG_OPTIONS.pearpc
-PKG_SUPPORTED_OPTIONS= sdl
-
-.include "../../mk/bsd.options.mk"
-
-.if empty(PKG_OPTIONS:Msdl)
-CONFIGURE_ARGS+= --enable-ui=x11
-.else
-CONFIGURE_ARGS+= --enable-ui=sdl
-. include "../../devel/SDL/buildlink3.mk"
-.endif
+.include "options.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"