blob: 852920defabfe13cd2bcf962cea3430f5c8b4b7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
PORTNAME= geany-plugin-utilslib
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
WWW= https://plugins.geany.org/
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>
|