14 lines
310 B
Makefile
14 lines
310 B
Makefile
# Created by: Serge Gagnon <ser_gagnon@sympatico.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ${DICT}-aspell
|
|
SPELLVERSION= 6-en-2018.04.16-0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Aspell English dictionaries
|
|
|
|
DICT= en
|
|
|
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|