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
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Geany plugins (meta port)
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
NO_BUILD= yes
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.include "${.CURDIR}/files/bsd.geany-plugins.mk"
|
2011-10-29 23:57:15 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.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}
|
2010-10-09 22:44:25 +02:00
|
|
|
.endfor
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2010-10-09 22:44:25 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.for opt in ${OPTIONS_DEFINE}
|
|
|
|
. if ${PORT_OPTIONS:M${opt}}
|
|
|
|
RUN_DEPENDS+= ${${opt}_DEP}
|
|
|
|
. endif
|
|
|
|
.endfor
|
2010-09-01 16:36:07 +02:00
|
|
|
|
|
|
|
do-install:
|
2012-10-06 20:20:59 +02:00
|
|
|
${DO_NADA}
|
2010-09-01 16:36:07 +02:00
|
|
|
|
2012-10-06 20:20:59 +02:00
|
|
|
.include <bsd.port.mk>
|