57fa937baa
- Update geany plugins to 1.31 - Add missing dependencies reported by poudriere
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-webhelper
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2 \
|
|
libsoup-2.4.so:devel/libsoup
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|