summaryrefslogtreecommitdiff
path: root/misc/gxmame/Makefile
blob: 15d37fac8376eeb3d041650d5d4d5fec7187a460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:40 wiz Exp $
#

DISTNAME=	gxmame-0.35beta1
PKGREVISION=	3
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gxmame/}

MAINTAINER=	flynn@energyhq.es.eu.org
HOMEPAGE=	http://gxmame.sourceforge.net/
COMMENT=	Frontend for XMame using the GTK2 library

DEPENDS+=		xmame>=0.87:../../emulators/xmame
DEPENDS+=               p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser

GNU_CONFIGURE=		yes
USE_DIRS+=		gnome2-1.5
USE_TOOLS+=		gmake msgfmt pkg-config
USE_PKGLOCALEDIR=	yes

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"