blob: b69f0182f3367ca2f6641cdf2c78135476584b28 (
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
25
|
# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $
#
DISTNAME= gxmame-0.34b
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://gxmame.sourceforge.net/
COMMENT= Frontend for XMame using the GTK2 library
BUILD_USES_MSGFMT= yes
DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
DEPENDS+= xmame-[0-9]*:../../emulators/xmame
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_X11= yes
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|