aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugins/Makefile
blob: 477c349640d2ae3cd5c568c563ce38440d8afa77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Aldis Berjoza <aldis@bsdroot.lv>

PORTNAME=	geany-plugins
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel
DISTFILES=	# none

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Geany plugins (meta port)

USES=		metaport

OPTIONS_DEFINE=		NLS ${GEANY_PLUGINS:tu}
OPTIONS_DEFAULT=	${GEANY_PLUGINS:tu}
NO_OPTIONS_SORT=	yes

.include "${.CURDIR}/files/bsd.geany-plugins.mk"

.for plugin in ${GEANY_PLUGINS}
${plugin:tu}_DESC=		${${plugin}_DESC}
${plugin:tu}_RUN_DEPENDS=	geany-plugin-${plugin}>=0:devel/geany-plugin-${plugin}
.endfor

NLS_RUN_DEPENDS=	geany-plugins-l10n>=0:devel/geany-plugins-l10n

.include <bsd.port.mk>