freebsd-ports/emulators/grustibus/Makefile
Volker Stolz 588a01e96e Unbreak
PR:		ports/83854
Submitted by:	Ports Fury
2005-07-27 13:31:55 +00:00

28 lines
686 B
Makefile

# New ports collection makefile for: grustibus
# Date created: 28 May 2002
# Whom: Amar Takhar <verm@drunkmonk.net>
#
# $FreeBSD$
#
PORTNAME= grustibus
PORTVERSION= 0.43
PORTREVISION= 3
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>