pkgsrc-wip/snes9express/Makefile
Thomas Klausner 1be3a3fa37 Needs c++.
2006-07-06 21:45:20 +00:00

19 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/07/06 21:45:20 thomasklausner Exp $
#
DISTNAME= snes9express-1.42
CATEGORIES= emulators x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snes9express/}
MAINTAINER= ccatrian@eml.cc
HOMEPAGE= http://www.linuxgames.com/snes9express/
COMMENT= Frontend for snes9x written in GTK2
DEPENDS+= snes9x>=1.39:../../emulators/snes9x
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"