pkgsrc-wip/snes9express/Makefile
David Brownlee 85699404be Update for jlam's pkg-config changes.
Note these changes have not all been tested, so it is quite possible
that some are necessary but not sufficient.
2005-08-11 10:08:21 +00:00

18 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/11 10:08:23 absd 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_TOOLS+= autoconf pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"