blob: c999386429bcd625848678c5207828252e1a1ffc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
|