freebsd-ports/x11/brightside/Makefile

24 lines
554 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $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
CATEGORIES= x11
2011-02-26 21:13:03 +01:00
MASTER_SITES= LOCAL/marcus
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
2014-03-24 23:59:12 +01:00
USES= gmake pathfix pkgconfig tar:bzip2
USE_XORG= x11
GNU_CONFIGURE= yes
2014-03-24 23:59:12 +01:00
USE_GNOME= gnomeprefix libwnck libgnomeui
CONFIGURE_ARGS= --enable-tray-icon
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11
GCONF_SCHEMAS= brightside.schemas
.include <bsd.port.mk>