diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
commit | 5a65cc333f2c54f752e138ab6dda7ecd7c51a19d (patch) | |
tree | 212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-en/Makefile | |
parent | 9cd16a36e65f1cf26f86fc34a611f483c0e3b36c (diff) | |
download | pkgsrc-5a65cc333f2c54f752e138ab6dda7ecd7c51a19d.tar.gz |
Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-*
PKG_OPTIONS;
3) Simplify modifications to PKGNAME in their Makefiles;
4) Accordance with international language naming standards;
5) Facilitate the addition of other dictionaries which are variants of the
same language (ex. Portuguese and Norwegian);
May this commit not cause anything to explode, hairs to gray, nerds to rage
Diffstat (limited to 'textproc/aspell-en/Makefile')
-rw-r--r-- | textproc/aspell-en/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/aspell-en/Makefile b/textproc/aspell-en/Makefile new file mode 100644 index 00000000000..ed0e612d6bf --- /dev/null +++ b/textproc/aspell-en/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:40 rodent Exp $ +# + +DISTNAME= aspell6-en-6.0-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 + +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" |