aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/generator/Makefile
blob: 7f38870882d7313939cbc1e04bb00a400c96ce82 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
# New ports collection makefile for:   generator
# Date created:        16 April 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   generator
PORTVERSION=    0.35
PORTREVISION=   1
CATEGORIES= emulators
MASTER_SITES=   http://www.squish.net/generator/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    SEGA Genesis emulator

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg

PLIST_FILES=    bin/generator-gtk
USE_GNOME=  gtk12
USE_SDL=    yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-gtk
MAKE_ARGS=  ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
        AUTOHEADER="${TRUE}"

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN=     "Does not configure on alpha 5.x"
.endif

.if ${ARCH} == "i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
CONFIGURE_ARGS+=    --with-raze
.else
CONFIGURE_ARGS+=    --with-cmz80
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|-O3||g ; \
         s|-minline-all-stringops||g ; \
         s|-march=pentium||g ; \
         s|-malign-loops=5||g ; \
         s|-malign-jumps=5||g ; \
         s|-malign-functions=5||g' ${WRKSRC}/configure

.include <bsd.port.post.mk>