summaryrefslogtreecommitdiff
path: root/emulators/grustibus/Makefile
blob: 18061e77c855d02c5a0723ab04796ece1820428c (plain) (blame)
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
26
27
28
# New ports collection makefile for:	grustibus
# Date created:		28 May 2002
# Whom:			Amar Takhar <verm@drunkmonk.net>
#
# $FreeBSD$
#

PORTNAME=	grustibus
PORTVERSION=	0.43
PORTREVISION=	4
CATEGORIES=	emulators gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An xmame frontend for Gnome

RUN_DEPENDS=	xmame:${PORTSDIR}/emulators/xmame

USE_X_PREFIX=	yes
USE_GNOME=	gnomecanvas gnomehack gnomeprefix libcapplet
USE_REINPLACE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=	--sysconfdir=`${GNOME_CONFIG} --sysconfdir`

.include <bsd.port.mk>