summaryrefslogtreecommitdiffstats
path: root/devel/dconf-editor/Makefile
blob: cc5a850b6c19736dad7d8c4293f0bc6749277414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   dconf
PORTREVISION=   0
PKGNAMESUFFIX=  -editor

COMMENT=    configuration editor for dconf

DCONF_SLAVE=    editor

MASTERDIR=  ${.CURDIR}/../dconf

PLIST=      ${.CURDIR}/pkg-plist

BUILD_WRKSRC=   ${WRKSRC}/editor
INSTALL_WRKSRC= ${WRKSRC}/editor

.include "${MASTERDIR}/Makefile"