diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 01:27:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 01:27:02 +0800 |
commit | da5030ace6061ac31375a5e602b23d7039b98607 (patch) | |
tree | 08455abc16848a6f501fa31f9c931f8b1bcddd9f /x11/brightside/Makefile | |
parent | aab795544ca10d3b1a7ff81368d6e20d2dd4ee39 (diff) | |
download | marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.gz marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.bz2 marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.lz marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.xz marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.zst marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8730 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/brightside/Makefile')
-rw-r--r-- | x11/brightside/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/brightside/Makefile b/x11/brightside/Makefile new file mode 100644 index 000000000..9bd61f528 --- /dev/null +++ b/x11/brightside/Makefile @@ -0,0 +1,28 @@ +# 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= 3 +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> |