1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/emulators/grustibus/Makefile
Mario Sergio Fujikawa Ferreira 34ab4f9ae7 Deploy USE_GNOMENG infrastructure
PR:		42199
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:41:06 +00:00

32 lines
681 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
CATEGORIES= emulators gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= grustibus
MAINTAINER= verm@drunkmonk.net
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas
USE_GNOMENG= yes
WANT_GNOME= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir`
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME= gnomelibs libcapplet
.endif
.include <bsd.port.post.mk>