blob: b84f76f2870457dd720636caa744535cc373430c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/devel/dconf-editor/Makefile 18422 2013-05-06 11:04:38Z kwm $
PORTNAME= dconf
PORTREVISION= 1
PKGNAMESUFFIX= -editor
COMMENT= configuration editor for dconf
DCONF_SLAVE= editor
MASTERDIR= ${.CURDIR}/../dconf
PLIST= ${.CURDIR}/pkg-plist
NO_STAGE= yes
do-build:
@cd ${WRKSRC}/editor && ${GMAKE}
do-install:
@cd ${WRKSRC}/editor && ${GMAKE} install
.include "${MASTERDIR}/Makefile"
|