7b22383720
2020.12.07: Updates to SCOWL 2020.12.07 which added some new words. The update also fixed a number of variant problems and removed irregardless, froward (+ derivatives) and perpend.
19 lines
595 B
Makefile
19 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/02/03 09:37:21 nia Exp $
|
|
|
|
DISTNAME= aspell6-en-2020.12.07-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"
|