summaryrefslogtreecommitdiffstats
path: root/devel/dconf-editor
diff options
context:
space:
mode:
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