aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-tweak-tool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-tweak-tool/Makefile')
-rw-r--r--deskutils/gnome-tweak-tool/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile
deleted file mode 100644
index 7fc2b751bb00..000000000000
--- a/deskutils/gnome-tweak-tool/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Jeremy Messenger <mezz@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gnome-tweak-tool
-PORTVERSION= 3.18.1
-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: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.7 \
- 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>