aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-git-changebar/Makefile
blob: dd103c9def7d88450490b29fd4d5ddd6db76341d (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=	1
CATEGORIES=	devel

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

LIB_DEPENDS=	libgit2.so:devel/libgit2

OPTIONS_DEFINE=	DOCS

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