ports/devel/geany-plugin-utilslib/Makefile
Guido Falsi 4654dd091e - Update geany to 1.35
- Update geany-plugins to 1.35
2019-04-30 08:53:49 +00:00

19 lines
344 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-utilslib
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.if ${FLAVOR} == gtk2
USE_GNOME+= vte
USE_XORG+= x11 xext
.endif
.include <bsd.port.mk>