blob: 7b8f80cca2a1d660a46a5ce57d0d8634eea90e3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|