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