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

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

LIB_DEPENDS=	libgit2.so:devel/libgit2

OPTIONS_DEFINE=	DOCS

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