* 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
328 B
Makefile
16 lines
328 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net www
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
|
|
COMMENT= WebKit JavaScript plug-in for libproxy
|
|
|
|
LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2
|
|
|
|
LIBPROXY_SLAVE= webkit
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|