# Created by: Koop Mast # $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 && DESTDIR=${STAGEDIR} ${GMAKE} install .include "${MASTERDIR}/Makefile"