# Created by: Aldis Berjoza # $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 .for opt in ${OPTIONS_DEFINE} . if ${PORT_OPTIONS:M${opt}} RUN_DEPENDS+= ${${opt}_DEP} . endif .endfor do-install: ${DO_NADA} .include