aboutsummaryrefslogblamecommitdiff
path: root/devel/geany-plugin-vc/Makefile
blob: 4738a96be932f94c06d064b187e02fc0936efa5d (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                               


                            
                                    

                                                     

                                
 
                                                   
                                                        
                                        

                                                            
                      
# $FreeBSD$

PORTNAME=	geany-plugin-vc
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

MAINTAINER=	madpilot@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}

OPTIONS_DEFINE=	GTKSPELL
OPTIONS_DEFAULT=	GTKSPELL

GTKSPELL_DESC=	Spell checking support via GtkSpell
GTKSPELL_LIB_DEPENDS=	libgtkspell.so:textproc/gtkspell
GTKSPELL_CONFIGURE_ENABLE=	gtkspell

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>