freebsd-ports/www/vimb-gtk3/Makefile
Koop Mast ce73bbecfb Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.

Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].

Haskell and geany where skipped and will be handled by the maintainers.
2019-02-25 16:58:48 +00:00

22 lines
431 B
Makefile

# $FreeBSD$
PORTNAME= vimb-gtk3
LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3
DEPRECATED= Uses webkit-gtk3 which has security issues
EXPIRATION_DATE=2019-03-24
MAKE_ENV= GTK="3"
USE_GNOME= gtk30
CONFLICTS= vimb-gtk2-*
MASTERDIR= ${.CURDIR}/../vimb-gtk2
DESCR= ${MASTERDIR}/pkg-descr
DISTINFO_FILE= ${MASTERDIR}/distinfo
PKGMESSAGE= ${MASTERDIR}/pkg-message
FILESDIR= ${MASTERDIR}/files
.include "${MASTERDIR}/Makefile"