pkgsrc/textproc/aspell-cs/Makefile
rodent ac14942890 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
2013-04-09 02:33:36 +00:00

20 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:37 rodent Exp $
#
DISTNAME= aspell6-cs-20040614-1
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cs/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Czech language support for aspell
# earlier versions core-dumped on the input
BUILDLINK_API_DEPENDS.aspell+= aspell>=0.60.2nb1
HAS_CONFIGURE= yes
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"