aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/yabause/Makefile
blob: 2f9cbd50f19be5ffcccfaf05702ddf4f9eca8b40 (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
# New ports collection makefile for:    yabause
# Date created:     2006-08-23
# Whom:         Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   yabause
PORTVERSION=    0.8.6
CATEGORIES= emulators
MASTER_SITES=   SF

MAINTAINER= acm@FreeBSD.org
COMMENT=    Sega Saturn system emulator

LIB_DEPENDS=    gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_SDL=    yes
USE_GCC=    3.4+
USE_AUTOTOOLS=  automake:19 aclocal:19 autoconf:259
USE_XLIB=   yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

SUB_FILES=  pkg-message
WRKSRC=     ${WRKDIR}/${PORTNAME}
MAN1=   yabause.1

post-install:
    @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}

.include <bsd.port.mk>