summaryrefslogtreecommitdiffstats
path: root/devel/dconf-editor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dconf-editor/Makefile')
-rw-r--r--devel/dconf-editor/Makefile23
1 files changed, 23 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"