588a01e96e
PR: ports/83854 Submitted by: Ports Fury
28 lines
686 B
Makefile
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>
|