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