summaryrefslogtreecommitdiffstats
path: root/devel/dconf-editor
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-06 19:04:38 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-06 19:04:38 +0800
commit0a1f795c69afbeaf1a67180eaf88b06f50bef4e8 (patch)
tree54a74676833ae2689271965c69a48b8d9596a5a5 /devel/dconf-editor
parent0aaa2a884f269e3b7926fa78176e3dc4c634a1b9 (diff)
downloadmarcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar
marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.gz
marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.bz2
marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.lz
marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.xz
marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.tar.zst
marcuscom-ports-0a1f795c69afbeaf1a67180eaf88b06f50bef4e8.zip
Part two of the GNOME 3.6 update.
Submitted by: Gustau Perez git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dconf-editor')
-rw-r--r--devel/dconf-editor/Makefile23
-rw-r--r--devel/dconf-editor/pkg-plist9
2 files changed, 32 insertions, 0 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile
new file mode 100644
index 000000000..c99938642
--- /dev/null
+++ b/devel/dconf-editor/Makefile
@@ -0,0 +1,23 @@
+# Created by: Koop Mast <kwm@FreeBSD.org>
+# $FreeBSD: devel/dconf-editor/Makefile 313633 2013-03-08 10:51:34Z kwm $
+# $MCom$
+
+PORTNAME= dconf
+PORTREVISION= 0
+PKGNAMESUFFIX= -editor
+
+COMMENT= configuration editor for dconf
+
+DCONF_SLAVE= editor
+
+MASTERDIR= ${.CURDIR}/../dconf
+
+PLIST= ${.CURDIR}/pkg-plist
+
+do-build:
+ @cd ${WRKSRC}/editor && ${GMAKE}
+
+do-install:
+ @cd ${WRKSRC}/editor && ${GMAKE} install
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/dconf-editor/pkg-plist b/devel/dconf-editor/pkg-plist
new file mode 100644
index 000000000..5c035237d
--- /dev/null
+++ b/devel/dconf-editor/pkg-plist
@@ -0,0 +1,9 @@
+bin/dconf-editor
+share/applications/dconf-editor.desktop
+share/dconf-editor/dconf-editor.ui
+share/icons/hicolor/128x128/apps/dconf-editor.png
+share/icons/hicolor/32x32/apps/dconf-editor.png
+share/icons/hicolor/48x48/apps/dconf-editor.png
+share/icons/hicolor/64x64/apps/dconf-editor.png
+@dirrm share/dconf-editor
+@dirrmtry share/applications