freebsd-ports/devel/geany-plugins/Makefile
Max Brazhnikov 4bc8c29c2a - Update to 0.21 [1]
- Update to 1.22 and split into geany-plugin-* ports
- Convert to new options framework
- Take maintainership

PR:		ports/165494 [1],
		ports/171856
Submitted by:	Marco Trentini <marco at datasked.com> [1]
Approved by:	maintainer timeouts (2 weeks for ports/171856)
2012-10-06 18:20:59 +00:00

35 lines
691 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
.include "${.CURDIR}/files/bsd.geany-plugins.mk"
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
.for plugin in ${GEANY_PLUGINS_ALL}
OPTIONS_DEFINE+= ${plugin:U}
${plugin:U}_DESC= ${${plugin}_DESC}
${plugin:U}_DEP= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin}
.endfor
.include <bsd.port.options.mk>
.for opt in ${OPTIONS_DEFINE}
. if ${PORT_OPTIONS:M${opt}}
RUN_DEPENDS+= ${${opt}_DEP}
. endif
.endfor
do-install:
${DO_NADA}
.include <bsd.port.mk>