freebsd-ports/emulators/fs-uae/Makefile
Martin Wilke e39ddea615 - Update depdendency
PR:		189570
Submitted by:	"Charlie &" <root@tomse.dk>
Approved by:	maintainer
2014-05-21 08:12:26 +00:00

32 lines
597 B
Makefile

# 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}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
CFLAGS+= -DFreeBSD8
.endif
.include <bsd.port.post.mk>