2004-07-02 07:43:24 +02:00
|
|
|
# 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
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2004-07-02 07:43:24 +02:00
|
|
|
CATEGORIES= x11
|
2011-02-26 21:13:03 +01:00
|
|
|
MASTER_SITES= LOCAL/marcus
|
2004-07-02 07:43:24 +02:00
|
|
|
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
|
|
COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xt
|
2004-07-02 07:43:24 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-03-14 01:51:51 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui
|
2004-07-02 07:43:24 +02:00
|
|
|
CONFIGURE_ARGS= --enable-tray-icon
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-07-02 07:43:24 +02:00
|
|
|
|
2004-11-24 01:14:56 +01:00
|
|
|
GCONF_SCHEMAS= brightside.schemas
|
|
|
|
|
2004-07-02 07:43:24 +02:00
|
|
|
.include <bsd.port.mk>
|