aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-devhelp/Makefile
blob: 8ca0763014e6517670c9da8e83bf9e61a95aeb91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	geany-plugin-devhelp
PORTVERSION=	${GEANY_VER}
PORTREVISION=	3
CATEGORIES=	devel

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}

LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2

USE_GNOME=	gconf2

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>