mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
17 lines
373 B
Makefile
17 lines
373 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net www
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
COMMENT= WebKit JavaScript plug-in for libproxy
|
|
|
|
LIB_DEPENDS= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3
|
|
|
|
USES= gettext-runtime gnome
|
|
USE_GNOME= glib20
|
|
|
|
LIBPROXY_SLAVE= webkit3
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|