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

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

USES=		gnome xorg
USE_XORG=	x11 xext
USE_GNOME=	vte3

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