summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-tweak-tool/Makefile
blob: 159dee67605da783095de123ae64e03605815f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    gnome-tweak-tool
# Date created:             17 March 2011
# Whom:                 Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/deskutils/gnome-tweak-tool/Makefile,v 1.12 2011/10/21 08:36:09 kwm Exp $
#

PORTNAME=   gnome-tweak-tool
PORTVERSION=    3.2.1
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Allows to tweak some hidden settings in GTK3/GNOME3

BUILD_DEPENDS=  gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas
RUN_DEPENDS=    gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas \
        gnome-shell:${PORTSDIR}/x11/gnome-shell

USE_XZ=     yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack gnomeprefix gconf2 pygobject3
USE_PYTHON= yes
USE_GETTEXT=    yes
GNU_CONFIGURE=  yes
CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

.include <bsd.port.mk>