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

21 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-vc
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
gtk2_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
gtk3_LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
libenchant-2.so:textproc/enchant2
OPTIONS_DEFINE= GTKSPELL
OPTIONS_DEFAULT= GTKSPELL
GTKSPELL_DESC= Spell checking support via GtkSpell
GTKSPELL_CONFIGURE_ENABLE= gtkspell
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>