freebsd-ports/x11/brightside/Makefile
Joe Marcus Clarke 68b6c8116f Update the MASTER_SITE to fix fetching.
Submitted by:	Volker <volker@vwsoft.com>
Approved by:	portmgr (implicit)
2006-10-24 21:19:25 +00:00

28 lines
696 B
Makefile

# New ports collection makefile for: brightide
# Date created: 02 July 2004
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= brightside
PORTVERSION= 1.4.0
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://files.catmur.co.uk/brightside/
MAINTAINER= marcus@FreeBSD.org
COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
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>