aboutsummaryrefslogtreecommitdiff
path: root/emulators/basiliskII/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/basiliskII/Makefile')
-rw-r--r--emulators/basiliskII/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile
index 1d7fa0b24565..ce9d7ee822a8 100644
--- a/emulators/basiliskII/Makefile
+++ b/emulators/basiliskII/Makefile
@@ -7,19 +7,20 @@
PORTNAME= basiliskII
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
-MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~cbauer/
+MASTER_SITES= http://www.gibix.net/projects/basilisk2/files/
MASTER_SITE_SUBDIR= basilisk
-DISTNAME= BasiliskII_src_15012002
+DISTNAME= BasiliskII_src_22112005
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mmendez@energyhq.be
COMMENT= A free, portable, Open Source 68k Mac emulator
WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
USE_X_PREFIX= yes
-USE_GNOME= esound gtk12
+USE_BZIP2= yes
+USE_GNOME= esound gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae
@@ -34,6 +35,10 @@ MAN1= BasiliskII.1
CFLAGS+= -fpermissive
.endif
+.if ${ARCH} == amd64
+BROKEN= "Does not compile"
+.endif
+
post-install:
@${CAT} ${PKGMESSAGE}