summaryrefslogtreecommitdiffstats
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, 27 insertions, 0 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile
new file mode 100644
index 000000000..ddb665cb9
--- /dev/null
+++ b/deskutils/gnome-tweak-tool/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gnome-tweak-tool
+# Date created: 17 March 2011
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-tweak-tool
+PORTVERSION= 0.01.20110317
+CATEGORIES= deskutils gnome
+MASTER_SITES= LOCAL/mezz
+
+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
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix gconf2 pygobject
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>