summaryrefslogblamecommitdiffstats
path: root/deskutils/gnome-tweak-tool/Makefile
blob: 5042107e484752745f315095ffc9fcfa03578b99 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           
           

                                

                      
                               
                     

                                 
                                                                     
 

                                                                                        
 


                                                      
                   
                   

                                      

                      
# Created by: Jeremy Messenger <mezz@FreeBSD.org>
# $FreeBSD$
#    $MCom$

PORTNAME=   gnome-tweak-tool
PORTVERSION=    3.12.0
PORTREVISION=   2
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:${PORTSDIR}/devel/gsettings-desktop-schemas
RUN_DEPENDS=    gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtk30 pygobject3
USE_PYTHON= 2
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>