summaryrefslogtreecommitdiff
path: root/textproc/aspell-it/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-09 02:33:36 +0000
committerrodent <rodent>2013-04-09 02:33:36 +0000
commita67627e1f06f60af5f0c6d3a5d327108f51f1c42 (patch)
tree212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-it/Makefile
parent00530056a48f494620e2c127a5d57cd4cf5a61d0 (diff)
downloadpkgsrc-a67627e1f06f60af5f0c6d3a5d327108f51f1c42.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-it/Makefile')
-rw-r--r--textproc/aspell-it/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/aspell-it/Makefile b/textproc/aspell-it/Makefile
new file mode 100644
index 00000000000..bc6464e1e4f
--- /dev/null
+++ b/textproc/aspell-it/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:44 rodent Exp $
+#
+
+DISTNAME= aspell-it-0.53-0
+PKGNAME= ${DISTNAME:S/-0$/.0/1}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/it/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Italian language support for aspell
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"