# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD: x11/brightside/Makefile 327777 2013-09-20 23:43:19Z bapt $

PORTNAME=	brightside
PORTVERSION=	1.4.0
PORTREVISION=	10
CATEGORIES=	x11
MASTER_SITES=	LOCAL/marcus

MAINTAINER=	marcus@FreeBSD.org
COMMENT=	A tool to add reactivity to the edges and corners of the GNOME desktop

USES=		gmake pkgconfig
USE_BZIP2=	yes
USE_XORG=	x11 xt
GNU_CONFIGURE=	yes
USE_GNOME=	gnomeprefix gnomehack libwnck libgnomeui
CONFIGURE_ARGS=	--enable-tray-icon
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

GCONF_SCHEMAS=	brightside.schemas

NO_STAGE=	yes
.include <bsd.port.mk>
