summaryrefslogtreecommitdiff
path: root/devel/geany-plugin-spellcheck/Makefile
blob: f527c59c5d99f500433bb8528270af0ad986f4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
PORTNAME=	geany-plugin-spellcheck
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

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

LIB_DEPENDS=	libenchant.so:textproc/enchant

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