[Midnightbsd-cvs] mports [18201] trunk/emulators/basiliskII/Makefile: this wont work on amd but it blocks make issue
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 17 20:48:43 EDT 2015
Revision: 18201
http://svnweb.midnightbsd.org/mports/?rev=18201
Author: laffer1
Date: 2015-03-17 20:48:43 -0400 (Tue, 17 Mar 2015)
Log Message:
-----------
this wont work on amd but it blocks make issue
Modified Paths:
--------------
trunk/emulators/basiliskII/Makefile
Modified: trunk/emulators/basiliskII/Makefile
===================================================================
--- trunk/emulators/basiliskII/Makefile 2015-03-18 00:43:07 UTC (rev 18200)
+++ trunk/emulators/basiliskII/Makefile 2015-03-18 00:48:43 UTC (rev 18201)
@@ -2,35 +2,27 @@
PORTNAME= basiliskII
PORTVERSION= 1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= emulators
-#MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/
-#MASTER_SITE_SUBDIR= basilisk
DISTNAME= BasiliskII_src_01052006
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A free, portable, Open Source 68k Mac emulator
+COMMENT= Free, portable, Open Source 68k Mac emulator
+
LICENSE= gpl2
WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
+USES= gmake tar:bzip2
USE_XLIB= yes
-USE_BZIP2= yes
USE_GNOME= esound gtk20
GNU_CONFIGURE= yes
-USE_GMAKE= yes
CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae ac_cv_have_33bit_addressing=no ac_cv_file__dev_ptmx=no \
--x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
+LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+#ONLY_FOR_ARCHS= i386
-MAN1= BasiliskII.1
CFLAGS= -fpermissive
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == amd64
-BROKEN= does not compile on AMD64 architectures
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list