aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-scope/Makefile
blob: 877f64b5562639d6bad097626ed45dcb4c24a731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	geany-plugin-scope
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
WWW=		https://plugins.geany.org/scope.html

LIB_DEPENDS=	libpcre2-8.so:devel/pcre2 \
		libgnutls.so:security/gnutls

USES=		gnome xorg
USE_XORG=	x11 xext
USE_GNOME=	vte3

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