blob: b681eeef63cade0b097652b149e1a52051c12319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD$
PORTNAME= geany-plugin-spellcheck
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>
|