freebsd-ports/devel/geany-plugin-webhelper/Makefile

15 lines
339 B
Makefile
Raw Normal View History

# $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>