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
|
|
|
|
2016-06-09 17:24:55 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
2012-10-06 20:20:59 +02:00
|
|
|
COMMENT= Geany plugins (meta port)
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2015-08-31 10:57:38 +02:00
|
|
|
USES= metaport
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2015-08-31 10:57:38 +02:00
|
|
|
OPTIONS_DEFINE= NLS ${GEANY_PLUGINS_ALL:tu}
|
|
|
|
OPTIONS_DEFAULT= ${GEANY_PLUGINS_ALL:tu}
|
2013-03-21 15:43:24 +01:00
|
|
|
NO_OPTIONS_SORT= yes
|
|
|
|
|
2015-08-31 10:57:38 +02:00
|
|
|
.include "${.CURDIR}/files/bsd.geany-plugins.mk"
|
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.for plugin in ${GEANY_PLUGINS_ALL}
|
2014-05-05 11:45:36 +02:00
|
|
|
${plugin:tu}_DESC= ${${plugin}_DESC}
|
2016-04-01 16:00:51 +02:00
|
|
|
${plugin:tu}_RUN_DEPENDS= geany-plugin-${plugin}>=0:devel/geany-plugin-${plugin}
|
2010-10-09 22:44:25 +02:00
|
|
|
.endfor
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
NLS_RUN_DEPENDS= geany-plugins-l10n>=0:devel/geany-plugins-l10n
|
2013-03-21 15:43:24 +01:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.include <bsd.port.mk>
|