2f0486b647
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
23 lines
563 B
Makefile
23 lines
563 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= brightside
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LOCAL/marcus
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Tool to add reactivity to the edges and corners of the GNOME desktop
|
|
|
|
USES= gmake pathfix pkgconfig tar:bzip2
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomeprefix libwnck libgnomeui intltool
|
|
CONFIGURE_ARGS= --enable-tray-icon
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
|
|
|
GCONF_SCHEMAS= brightside.schemas
|
|
|
|
.include <bsd.port.mk>
|