blob: 851b8bd7499db8d44ec6108cfa9afc8745d0f5b2 (
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
25
|
# $NetBSD: Makefile,v 1.5 2009/08/26 19:56:59 sno Exp $
#
.include "../../devel/GConf/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf-ui/}
PKGREVISION= 1
BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION}
CONFIGURE_ARGS+= --enable-gtk
BUILD_DIRS= gconf
BUILD_TARGET= gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2
INSTALLATION_DIRS= libexec
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
${DESTDIR}${PREFIX}/libexec
.include "../../devel/GConf/buildlink3.mk"
.include "../../security/policykit/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|