diff options
Diffstat (limited to 'textproc/aspell-da/Makefile')
-rw-r--r-- | textproc/aspell-da/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/aspell-da/Makefile b/textproc/aspell-da/Makefile new file mode 100644 index 00000000000..94da9b005c1 --- /dev/null +++ b/textproc/aspell-da/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:38 rodent Exp $ + +DISTNAME= aspell-da-1.7.30 +CATEGORIES= textproc +MASTER_SITES= http://da.speling.org/filer/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://da.speling.org/ +COMMENT= Danish language support for aspell + +USE_TOOLS+= perl +REPLACE_PERL= unsq + +INSTALLATION_DIRS+= lib/aspell share/aspell + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |