aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugin-vc/Makefile
blob: b3b066a3938860892cf7fd8cdcd6dbee1354a673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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>