summaryrefslogtreecommitdiff
path: root/devel/geany-plugins/Makefile
blob: 691bb808c219da9e2693be15587de4fa2dcc4c60 (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
27
28
29
30
31
32
33
# Created by: Aldis Berjoza <aldis@bsdroot.lv>
# $FreeBSD$

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

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

.MAKE.FreeBSD_UL=	yes
NO_BUILD=	yes
NO_INSTALL=	yes
NO_MTREE=	yes

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

OPTIONS_DEFINE=		NLS
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}

# NLS option first, then plugins sorted in GEANY_PLUGINS_ALL
NO_OPTIONS_SORT=	yes

.for plugin in ${GEANY_PLUGINS_ALL}
OPTIONS_DEFINE+=	${plugin:U}
${plugin:U}_DESC=	${${plugin}_DESC}
${plugin:U}_RUN_DEPENDS=	geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin}
.endfor

NLS_RUN_DEPENDS=	geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n

.include <bsd.port.mk>