eebb42ee57
deprecated and forbidden webkit. Set same expiration date - Markdown geany plugin now available only in gtk3 flavor, the gtk2 flavor depends on deprecated and forbidden webkit-gtk2 - Update geany-plugins port to not depend on deprecated modules NOTE: these plugins can be added back in the future, once upstream converts them to work with a supported webkit version. Approved by: portmgr (FLAVORS already approved)
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-markdown
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
|
|
|
FLAVORS= gtk3
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|