1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-24 22:59:12 +00:00
parent 7da85a4714
commit 052ec84b5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349091

View File

@ -8,18 +8,16 @@ CATEGORIES= x11
MASTER_SITES= LOCAL/marcus
MAINTAINER= marcus@FreeBSD.org
COMMENT= A tool to add reactivity to the edges and corners of the GNOME desktop
COMMENT= Tool to add reactivity to the edges and corners of the GNOME desktop
USES= gmake pkgconfig
USE_BZIP2= yes
USES= gmake pathfix pkgconfig tar:bzip2
USE_XORG= x11 xt
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack libwnck libgnomeui
USE_GNOME= gnomeprefix libwnck libgnomeui
CONFIGURE_ARGS= --enable-tray-icon
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= brightside.schemas
NO_STAGE= yes
.include <bsd.port.mk>