* 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
14 lines
257 B
Makefile
14 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net devel
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
COMMENT= GSettings-based configuration plug-in for libproxy
|
|
|
|
USE_GNOME= glib20
|
|
|
|
LIBPROXY_SLAVE= gnome3
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|