blob: e5747f4ed0e703fddd9b960c7e35527dc209c5b8 (
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
29
30
31
32
33
34
|
# New ports collection makefile for: grustibus
# Date created: 28 May 2002
# Whom: Amar Takhar <verm@drunkmonk.net>
#
# $FreeBSD$
#
PORTNAME= grustibus
PORTVERSION= 0.43
PORTREVISION= 2
CATEGORIES= emulators gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= grustibus
MAINTAINER= ports@FreeBSD.org
COMMENT= An xmame frontend for Gnome
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
BROKEN= Incomplete pkg-plist
WANT_GNOME= yes
USE_GNOME= gnomeprefix gnomecanvas
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>
|