mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
13 lines
299 B
Makefile
13 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-git-changebar
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@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>
|