freebsd-ports/textproc/en-aspell/Makefile
Thierry Thomas 3b77b810aa Upgrade English dictionaries to SCOWL 7.1 which corrected several errors
and also added several now common proper names and some other words now
in common use.
2011-01-07 20:34:33 +00:00

18 lines
439 B
Makefile

# New ports collection makefile for: en-aspell
# Date created: Fri Sep 17 2004
# Whom: Serge Gagnon <ser_gagnon@sympatico.ca>
#
# $FreeBSD$
#
PORTNAME= ${DICT}-aspell
DISTVERSION= 6-en-7.1-0
CATEGORIES= textproc
MAINTAINER= thierry@FreeBSD.org
COMMENT= Aspell English dictionaries
DICT= en
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>