summaryrefslogtreecommitdiffstats
path: root/devel/gsettings-desktop-schemas/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-15 16:53:43 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-15 16:53:43 +0800
commit04f6e357cd24f0c414a0159b93d9beda70ed0757 (patch)
tree8c8d07a3064cdaf41b850d68233dcbdacd576325 /devel/gsettings-desktop-schemas/Makefile
parent8001f73937a52be1c7f0092cedf61777eabbb844 (diff)
downloadmarcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.tar
marcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.tar.gz
marcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.tar.bz2
marcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.tar.lz
marcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.tar.xz
marcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.tar.zst
marcuscom-ports-04f6e357cd24f0c414a0159b93d9beda70ed0757.zip
Add gsettings-desktop-schemas 0.0.1.
This port contains the global GConf keys from libgnome and gnome-vfs. Thanks to marcus@ for coming up with a fix for the noninstall problem. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14406 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gsettings-desktop-schemas/Makefile')
-rw-r--r--devel/gsettings-desktop-schemas/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile
new file mode 100644
index 000000000..c261538c2
--- /dev/null
+++ b/devel/gsettings-desktop-schemas/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gsettings-desktop-schemas
+# Date created: 14 Aug 2010
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gsettings-desktop-schemas
+PORTVERSION= 0.0.1
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Collection of globally shared GSetting schemas
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_PERL_BUILD= yes
+USE_GNOME= gnomehack intltool glib20
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>