aboutsummaryrefslogtreecommitdiff
path: root/emulators/fs-uae/Makefile
blob: ba3b2d430060088867f70d7bfb3271f25e28ff63 (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
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$

PORTNAME=	fs-uae
PORTVERSION=	2.4.1
PORTREVISION=	1
CATEGORIES=	emulators
MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/

MAINTAINER=	tomse@oagd.net
COMMENT=	Amiga emulator

LICENSE=	GPLv2

LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
		libopenal.so:${PORTSDIR}/audio/openal-soft

USES=		gettext gmake pkgconfig
USE_SDL=	sdl
USE_GL=		gl
USE_GNOME=	glib20
INSTALLS_ICONS=	yes
MAKE_ARGS+=	prefix=${PREFIX}

OPTIONS_DEFINE=	DOCS

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 900000
CFLAGS+=	-DFreeBSD8
.endif

.include <bsd.port.post.mk>