aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/basiliskII/Makefile
blob: 1d7fa0b2456585e8ec9b88184d72c9749caa1e9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    BasiliskII
# Date created:             17 April 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   basiliskII
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= emulators
MASTER_SITES=   http://wwwthep.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>