2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2004-07-02 07:43:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= brightside
|
2005-03-14 01:51:51 +01:00
|
|
|
PORTVERSION= 1.4.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2004-07-02 07:43:24 +02:00
|
|
|
CATEGORIES= x11
|
2011-02-26 21:13:03 +01:00
|
|
|
MASTER_SITES= LOCAL/marcus
|
2004-07-02 07:43:24 +02:00
|
|
|
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
2014-03-24 23:59:12 +01:00
|
|
|
COMMENT= Tool to add reactivity to the edges and corners of the GNOME desktop
|
2004-07-02 07:43:24 +02:00
|
|
|
|
2014-03-24 23:59:12 +01:00
|
|
|
USES= gmake pathfix pkgconfig tar:bzip2
|
2014-08-26 16:06:08 +02:00
|
|
|
USE_XORG= x11
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-03-24 23:59:12 +01:00
|
|
|
USE_GNOME= gnomeprefix libwnck libgnomeui
|
2004-07-02 07:43:24 +02:00
|
|
|
CONFIGURE_ARGS= --enable-tray-icon
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-08-26 16:06:08 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
2004-07-02 07:43:24 +02:00
|
|
|
|
2004-11-24 01:14:56 +01:00
|
|
|
GCONF_SCHEMAS= brightside.schemas
|
|
|
|
|
2004-07-02 07:43:24 +02:00
|
|
|
.include <bsd.port.mk>
|