freebsd-ports/devel/geany-plugins/Makefile
Max Brazhnikov f50a024b54 devel/geany:
- Update to 1.24.1
- Fix build without NLS option [1]
- Convert to options helpers

devel/geany-plugin*:
- Update to 1.24, add new plugins:
   geany-plugin-autoclose
   geany-plugin-defineformat
   geany-plugin-geanypy
   geany-plugin-pairtaghighlighter
   geany-plugin-pohelper
- Fix build without NLS option

Reported by:	Kamil Szczesny <mailto.kamils@gmail.com> [1]
2015-03-08 18:43:08 +00:00

32 lines
748 B
Makefile

# 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)
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
.include "${.CURDIR}/files/bsd.geany-plugins.mk"
OPTIONS_DEFINE= NLS
# NLS option first, then plugins sorted in GEANY_PLUGINS_ALL
NO_OPTIONS_SORT= yes
.for plugin in ${GEANY_PLUGINS_ALL}
OPTIONS_DEFINE+= ${plugin:tu}
OPTIONS_DEFAULT+= ${plugin:tu}
${plugin:tu}_DESC= ${${plugin}_DESC}
${plugin:tu}_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>