summaryrefslogblamecommitdiffstats
path: root/devel/dconf-editor/Makefile
blob: 26f10f621e5f421c412136ca1406f7c29f39ef4f (plain) (tree)
1
2
3
4
5
6
                                         
           


                     
                 













                                              
                                                                    

                                
# 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

do-build:
    @cd ${WRKSRC}/editor && ${GMAKE}

do-install:
    @cd ${WRKSRC}/editor && DESTDIR=${STAGEDIR} ${GMAKE} install

.include "${MASTERDIR}/Makefile"