[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / snes9x-gtk

File: [cvs.NetBSD.org] / pkgsrc / emulators / snes9x-gtk / Makefile (download)

Revision 1.4, Sat Apr 25 15:15:20 2009 UTC (14 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.3: +3 -1 lines

include bsd.prefs.mk before conditional

# $NetBSD: Makefile,v 1.4 2009/04/25 15:15:20 tnn Exp $
#

DISTNAME=	snes9x-1.51-src-gtk-70
PKGNAME=	snes9x-gtk-1.51.70
PKGREVISION=	1
CATEGORIES=	emulators
MASTER_SITES=	http://snes9x-gtk.googlecode.com/files/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.snes9x.com/phpbb2/viewtopic.php?p=22874
COMMENT=	SNES emulator with GTK frontend

PKG_DESTDIR_SUPPORT=	user-destdir

WRKSRC=		${WRKDIR}/snes9x-1.51-src/gtk
GNU_CONFIGURE=	yes
USE_DIRS=	xdg-1.4
USE_LANGUAGES=	c c++
USE_TOOLS+=	intltool pkg-config

CONFIGURE_ARGS+=	--without-opengl

.include "../../mk/bsd.prefs.mk"

.if ${MACHINE_ARCH} == "i386"
BUILD_DEPENDS+=		nasm>=0.98:../../devel/nasm
.endif

.include "../../audio/portaudio-devel/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+=	gtk2+>=2.10.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libXv/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"