opnsense-ports/devel/geany-plugin-devhelp/Makefile
Franco Fichtner b123d6a1da */*: sync with upstream
Taken from: HardenedBSD
2017-07-19 06:04:42 +02:00

17 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-devhelp
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck \
libwebkitgtk-1.0.so:www/webkit-gtk2 \
libsoup-2.4.so:devel/libsoup
USE_GNOME= gconf2
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>