freebsd-ports/devel/geany-plugin-utilslib/Makefile
Guido Falsi 28b1eaf962 - Update devel/geany and it's plugins to 1.32
- Added new "workbench" plugin
- Added utilslib special plugin to install an extra library and
  some code to handle the dependency in the common Makefile
- Update project home pages to use https (thanks to amdmi3)
- Projectorganizer plugin dropped custom icons, using stock ones now
2017-11-21 17:59:25 +00:00

11 lines
255 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-utilslib
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>