pkgsrc-wip/fs-uae-dev/Makefile
Olaf Seibert 9d227f2734 Import fs-uae-2.3.9dev as wip/fs-uae-dev.
FS-UAE is an Amiga emulator for Windows, Linux and Mac OS X
based on UAE/WinUAE, with a focus on emulating games.

Features include emulation of Amiga 500, 1200, 4000, CD32
and CDTV, perfectly smooth scrolling on 50Hz displays, support
for floppy images in ADF and IPF formats, CD-ROM images in ISO
or BIN/CUE format, mounting folders on your computer as Amiga
hard drives, support for Picasso 96 drivers for high-color and
high-resolution Workbench displays, and more.

A unique feature is support for cross-platform online play. You
can now play Amiga games against (or with) friends over the
Internet.

The emulator uses the latest Amiga emulation code from the
WinUAE project and requires a moderately fast computer with
accelerated graphics (OpenGL) to work. A game pad or joystick is
recommended, but not required (FS-UAE can emulate a joystick
using the cursor keys and right ctrl/alt keys).

libfs-capsimage is needed for IPF floppy image support.
2013-11-15 12:26:23 +00:00

42 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2013/11/15 12:26:23 rhialto Exp $
VERSION= 2.3.9dev
DISTNAME= fs-uae-${VERSION}
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/fs-uae/devel/${VERSION}/
MAINTAINER= rhialto@falu.nl
HOMEPAGE= http://fs-uae.net/
COMMENT= FS-UAE Amiga Emulator
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES+= c c++
NO_CONFIGURE= yes
PKG_CFLAGS= -I${BUILDLINK_PREFIX.openal}/include
PKG_LDFLAGS= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openal}/lib
PKG_LDFLAGS+= -L${BUILDLINK_PREFIX.openal}/lib
BUILD_ENV+= X11_CFLAGS=-I${BUILDLINK_PREFIX.libX11}/include
BUILD_ENV+= X11_LDFLAGS=${X11_LDFLAGS}
BUILD_ENV+= PKG_CFLAGS=${PKG_CFLAGS}
BUILD_ENV+= PKG_LDFLAGS=${PKG_LDFLAGS}
INSTALL_ENV+= prefix=${PREFIX}
INSTALL_ENV+= DESTDIR=${DESTDIR}
.include "../../audio/openal/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libX11/buildlink3.mk"
# This does not include fs-uae-launcher any more.
# See its own pkgsrc/wip entry.
.include "../../mk/bsd.pkg.mk"