aboutsummaryrefslogtreecommitdiff
path: root/net/libproxy-gnome3
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-06-22 19:59:41 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-06-22 19:59:41 +0000
commitca21823b65ea22aea7534e28a607f7b7d2fdcff6 (patch)
tree17c54ee81284568526278b3357e355cf65710ca2 /net/libproxy-gnome3
parentc5b42d52a34d81c5b85fb406b0ba22ab9d696bc3 (diff)
downloadports-ca21823b65ea22aea7534e28a607f7b7d2fdcff6.tar.gz
ports-ca21823b65ea22aea7534e28a607f7b7d2fdcff6.zip
Update net/libproxy to 0.4.15
* this release switched the build system to cmake * move libproxy-gnome to libproxy-gnome2 for consistency * add new slave libproxy-webkit3 * try to simplify the whole thing * bump revisions in the dependencies Reviewed by: gnome (kwm), mat Differential Revision: https://reviews.freebsd.org/D15655
Notes
Notes: svn path=/head/; revision=473062
Diffstat (limited to 'net/libproxy-gnome3')
-rw-r--r--net/libproxy-gnome3/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/net/libproxy-gnome3/Makefile b/net/libproxy-gnome3/Makefile
index 8a56f87ff581..0aedfda8e29d 100644
--- a/net/libproxy-gnome3/Makefile
+++ b/net/libproxy-gnome3/Makefile
@@ -2,28 +2,13 @@
PORTREVISION= 0
CATEGORIES= net devel
-PKGNAMESUFFIX= -gnome3
+PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
-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/
+MASTERDIR= ${.CURDIR}/../libproxy
.include "${MASTERDIR}/Makefile"