summaryrefslogtreecommitdiffstats
path: root/net/libproxy-gnome3/Makefile
blob: 8a56f87ff581c2be4a144a3260c02b4d5de6f7d3 (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
26
27
28
29
# $FreeBSD$

PORTREVISION=	0
CATEGORIES=	net devel
PKGNAMESUFFIX=	-gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GSettings-based configuration plug-in for libproxy

LIB_DEPENDS=	libproxy.so:net/libproxy

MASTERDIR=	${.CURDIR}/../libproxy
DESCR=		${.CURDIR}/pkg-descr
PLIST=		${.CURDIR}/pkg-plist

ALL_TARGET=	config_gnome3 pxgsettings
USE_GNOME=	glib20
USES=		pkgconfig

LIBPROXY_SLAVE=	gnome3

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
	${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/config_gnome3.so \
		${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/libproxy/pxgsettings \
		${STAGEDIR}${PREFIX}/libexec/

.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud