freebsd-ports/devel/geany-plugin-git-changebar/Makefile
2021-12-04 13:07:30 +01:00

14 lines
324 B
Makefile

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>