28b1eaf962
- 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
11 lines
255 B
Makefile
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>
|