mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
654 B
Makefile
25 lines
654 B
Makefile
# Created by: Jeremy Messenger <mezz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-tweak-tool
|
|
PORTVERSION= 3.18.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 tar:xz
|
|
USE_GNOME= gtk30 pygobject3 intlhack
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|