1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/libproxy-gnome3/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

30 lines
727 B
Makefile

# $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"