mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
13 lines
345 B
Makefile
13 lines
345 B
Makefile
PORTNAME= geany-plugin-workbench
|
|
PORTVERSION= ${GEANY_VER}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
WWW= https://plugins.geany.org/workbench.html
|
|
|
|
LIB_DEPENDS= libgit2.so:devel/libgit2
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|