2012-10-06 20:20:59 +02:00
|
|
|
# Created by: Aldis Berjoza <aldis@bsdroot.lv>
|
2010-09-01 16:36:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= geany-plugins
|
2012-10-06 20:20:59 +02:00
|
|
|
PORTVERSION= ${GEANY_VER}
|
2010-09-01 16:36:07 +02:00
|
|
|
CATEGORIES= devel
|
2012-10-06 20:20:59 +02:00
|
|
|
DISTFILES= # none
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Geany plugins (meta port)
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
NO_BUILD= yes
|
2013-10-23 15:08:41 +02:00
|
|
|
NO_INSTALL= yes
|
|
|
|
NO_MTREE= yes
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.include "${.CURDIR}/files/bsd.geany-plugins.mk"
|
2011-10-29 23:57:15 +02:00
|
|
|
|
2013-03-21 15:43:24 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2013-03-21 15:43:24 +01:00
|
|
|
# NLS option first, then plugins sorted in GEANY_PLUGINS_ALL
|
|
|
|
NO_OPTIONS_SORT= yes
|
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.for plugin in ${GEANY_PLUGINS_ALL}
|
2014-05-05 11:45:36 +02:00
|
|
|
OPTIONS_DEFINE+= ${plugin:tu}
|
2015-03-08 19:43:08 +01:00
|
|
|
OPTIONS_DEFAULT+= ${plugin:tu}
|
2014-05-05 11:45:36 +02:00
|
|
|
${plugin:tu}_DESC= ${${plugin}_DESC}
|
|
|
|
${plugin:tu}_RUN_DEPENDS= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin}
|
2010-10-09 22:44:25 +02:00
|
|
|
.endfor
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2014-01-23 09:54:00 +01:00
|
|
|
NLS_RUN_DEPENDS= geany-plugins-l10n>=0:${PORTSDIR}/devel/geany-plugins-l10n
|
2013-03-21 15:43:24 +01:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.include <bsd.port.mk>
|