diff options
Diffstat (limited to 'textproc/aspell-de/Makefile')
-rw-r--r-- | textproc/aspell-de/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/aspell-de/Makefile b/textproc/aspell-de/Makefile new file mode 100644 index 00000000000..3f77bd0f293 --- /dev/null +++ b/textproc/aspell-de/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:39 rodent Exp $ +# + +DISTNAME= aspell6-de-20030222-1 +PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/de/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://aspell.net/ +COMMENT= German language support for aspell + +HAS_CONFIGURE= yes + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |