freebsd-ports/emulators/basiliskII/Makefile
Edwin Groothuis 537e7298c6 update emulators/basiliskII to 1.0
1.0 snapshot is out, update port. One patch is not needed anymore.

PR:		ports/53219
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approed by:	maintainer timeout
2003-10-03 13:39:20 +00:00

40 lines
924 B
Makefile

# New ports collection makefile for: BasiliskII
# Date created: 17 April 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= basiliskII
PORTVERSION= 1.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://iphcip1.physik.uni-mainz.de/~cbauer/
MASTER_SITE_SUBDIR= basilisk
DISTNAME= BasiliskII_src_15012002
MAINTAINER= ports@FreeBSD.org
COMMENT= A free, portable, Open Source 68k Mac emulator
WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix
USE_X_PREFIX= yes
USE_GNOME= esound gtk12
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-fbdev-dga --enable-fpe=uae
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= BasiliskII.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400012
CFLAGS+= -fpermissive
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>