freebsd-ports/x11/brightside/Makefile

29 lines
670 B
Makefile
Raw Normal View History

# New ports collection makefile for: brightide
# Date created: 02 July 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= brightside
2005-03-14 01:51:51 +01:00
PORTVERSION= 1.4.0
PORTREVISION= 9
CATEGORIES= x11
2011-02-26 21:13:03 +01:00
MASTER_SITES= LOCAL/marcus
MAINTAINER= marcus@FreeBSD.org
COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop
USE_BZIP2= yes
USE_XORG= x11 xt
USE_GMAKE= yes
GNU_CONFIGURE= yes
2005-03-14 01:51:51 +01:00
USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui
CONFIGURE_ARGS= --enable-tray-icon
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= brightside.schemas
.include <bsd.port.mk>