aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-tweak-tool/Makefile
blob: 16fcd39181d7bf8a331df3c3c0fa46fd8529a97d (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
# Created by: Jeremy Messenger <mezz@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gnome-tweak-tool
PORTVERSION=    3.18.1
PORTREVISION=   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:devel/gsettings-desktop-schemas
RUN_DEPENDS=    gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas

PORTSCOUT=  limitw:1,even

USES=       gettext gmake gnome pathfix pkgconfig python:2 \
        shebangfix tar:xz
USE_GNOME=  gtk30 pygobject3 intlhack
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
SHEBANG_FILES=  gnome-tweak-tool

.include <bsd.port.mk>