mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
Add new duktape plugin to the build Changelog: https://github.com/libproxy/libproxy/releases/tag/0.4.18
15 lines
320 B
Makefile
15 lines
320 B
Makefile
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"
|