ports/devel/geany-plugins/Makefile
Guido Falsi 4bd337ab28 devel/geany*: Update to 1.38
- Removed flavoring, upstream dropped gtk2 support, so the ports
  are now gtk3 only
- Removed geany-plugin-multiterm that is gtk2 only and cannot work
  with gtk3 only geany
- Use https scheme for main master site
2021-10-10 18:24:18 +02:00

26 lines
619 B
Makefile

# 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>