summaryrefslogtreecommitdiff
path: root/x11/fast-user-switch-applet/Makefile
blob: 28912985a4d1bf6f17fe7ff7700e8ab8cf32201c (plain)
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
# New ports collection makefile for:	user-selector-applet
# Date created:		8 May 2004
# Whom:			Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fast-user-switch-applet
PORTVERSION=	0.2.4
CATEGORIES=	x11 gnome
MASTER_SITES=	http://ignore-your.tv/downloads/fusa/ \
		${MASTER_SITE_LOCAL:S/%SUBDIR%/bland/}
DIST_SUBDIR=	gnome2

MAINTAINER=	bland@FreeBSD.org
COMMENT=	Fast user switching applet for GNOME

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomehack intlhack gnomeprefix gtk20 gnomepanel
USE_AUTOTOOLS=	libtool:15
CONFIGURE_ARGS=	--with-gdm-config=${X11BASE}/etc/gdm/gdm.conf
USE_REINPLACE=	yes

GCONF_SCHEMAS=	fast-user-switch-applet.schemas
INSTALLS_OMF=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|\$$"\$$|"$$|' ${WRKSRC}/configure

.include <bsd.port.mk>