pkgsrc-wip/pcsx-df/Makefile
Thomas Klausner 4154d4377c Initial import of pcsx-df-1.10. Does not work at all, but compiles fine.
TODO:
Plugins need to be ported for non-Linux.
Dumps core when looking for plugins in /usr/lib.

DESCR:
PCSX-df is a forked version of the dead PCSX emulator, with a nicer
interface and several improvements to stability and functionality.

PCSX-df uses the PSEMU plugin interface to provide most functionality;
without them, you will not be able to use it to play games.

PCSX-df has a very capable Internal HLE BIOS that can run many
games without problems. It is recommended that you use it. However,
if you own a real Playstation, you may be able to use your own BIOS
image. PCSX-df will find it in ~/.pcsx/bios/ if you place it there.
2009-10-11 10:04:42 +00:00

33 lines
1,006 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/11 10:04:42 thomasklausner Exp $
#
DISTNAME= pcsx-df-1.10
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcsx-df/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pcsx-df.sourceforge.net/
COMMENT= Playstation 1 emulator optimized for Open Source Unix systems
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool pkg-config
# obsolete
CONFIGURE_ARGS+= --disable-nautilusburn
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../audio/alsa-lib/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libXv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"