mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
dd91e9d9f2
Approved by: makc
20 lines
468 B
Makefile
20 lines
468 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-vc
|
|
PORTVERSION= ${GEANY_VER}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= makc@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:${PORTSDIR}/textproc/gtkspell
|
|
GTKSPELL_CONFIGURE_ENABLE= gtkspell
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|