1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/libproxy-gnome2/Makefile
Tobias C. Berner ca21823b65 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
2018-06-22 19:59:41 +00:00

16 lines
299 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= net devel
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
COMMENT= GConf-based plug-in for libproxy
USE_GNOME= gconf2 glib20
LIBPROXY_SLAVE= gnome2
MASTERDIR= ${.CURDIR}/../libproxy
.include "${MASTERDIR}/Makefile"