freebsd-ports/devel/geany-plugin-webhelper/Makefile
Guido Falsi 57fa937baa - Update devel/geany to 1.31
- Update geany plugins to 1.31
- Add missing dependencies reported by poudriere
2017-07-18 07:18:28 +00:00

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>