summaryrefslogtreecommitdiff
path: root/devel/geany-plugin-git-changebar/Makefile
blob: 1f474b0e32bfda136c7955ba48512f83be40f16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PORTNAME=	geany-plugin-git-changebar
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

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

LIB_DEPENDS=	libgit2.so:devel/libgit2

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