freebsd-ports/x11/brightside/Makefile
Joe Marcus Clarke 24ca310ad4 Add brightside, a tool that adds edge and corner actions to the GNOME desktop.
For example, with brightside, you can switch virtual desktops by moving the
pointer to the edge of the screen.  You can also allocate actions to the
corners a la Mac OS X.
2004-07-02 05:43:24 +00:00

25 lines
671 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.3.2
CATEGORIES= x11
MASTER_SITES= http://home.jesus.ox.ac.uk/~ecatmur/brightside/download/
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
USE_LIBTOOL_VER=13
USE_GNOME= gnomeprefix gnomehack lthack libwnck libgnomeui
CONFIGURE_ARGS= --enable-tray-icon
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>