855879b4ab
--------------------- 7.1: January 6, 2011 Updated to SCOWL 7.1 which corrected several errors and also added several now common proper names and some other words now in common use. 7.0: December 27, 2010 Updated to SCOWL 7 which was created with a new version of Varcon which corrected many errors, especially in the British and Canadian dictionaries. Numerous other corrections are also included. Added en_CA-variant_* and en_GB-variant_* auxiliary dictionaries.
20 lines
590 B
Makefile
20 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/04/11 02:07:41 mef Exp $
|
|
#
|
|
|
|
DISTNAME= aspell6-en-7.1-0
|
|
PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://aspell.net/
|
|
COMMENT= English language support for aspell
|
|
|
|
CONFLICTS+= aspell-english-[0-9]*
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell
|
|
CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin
|
|
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|