mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ca21823b65
* 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
16 lines
299 B
Makefile
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"
|