summaryrefslogtreecommitdiff
path: root/textproc/ispell-pl/Makefile
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-24 02:20:36 +0000
committerrodent <rodent@pkgsrc.org>2013-04-24 02:20:36 +0000
commitdcfc93316e81ab0ad3d750c5b22a2184f97c0b46 (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-pl/Makefile
parent183ca5f95329cf1558c08d3d6058746c572a4d39 (diff)
downloadpkgsrc-dcfc93316e81ab0ad3d750c5b22a2184f97c0b46.tar.gz
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-pl/Makefile')
-rw-r--r--textproc/ispell-pl/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/ispell-pl/Makefile b/textproc/ispell-pl/Makefile
new file mode 100644
index 00000000000..35c180222e9
--- /dev/null
+++ b/textproc/ispell-pl/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:40 rodent Exp $
+#
+
+DISTNAME= ispell-pl-20021127
+PKGNAME= ${DISTNAME:S/-pl-/-polski-/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispell-pl/}
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://ispell-pl.sourceforge.net/
+COMMENT= Polish dictionary for interactive spelling checker
+
+DEPENDS+= ispell>=3.1.20:../../textproc/ispell
+
+INSTALLATION_DIRS= lib
+
+do-build:
+ cd ${WRKSRC} && ${SH} ./zbuduj.slownik.sh
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/polish.aff ${DESTDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/polish.hash ${DESTDIR}${PREFIX}/lib
+
+.include "../../mk/bsd.pkg.mk"