summaryrefslogtreecommitdiff
path: root/textproc/ispell-russian/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell-russian/Makefile.common')
-rw-r--r--textproc/ispell-russian/Makefile.common19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/ispell-russian/Makefile.common b/textproc/ispell-russian/Makefile.common
new file mode 100644
index 00000000000..33190b119c5
--- /dev/null
+++ b/textproc/ispell-russian/Makefile.common
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile.common,v 1.1 2004/01/23 15:02:07 agc Exp $
+
+DISTNAME= rus-ispell-0.99f5
+CATEGORIES= textproc
+MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/
+
+MAINTAINER= mishka@terabyte.com.ua
+COMMENT= Russian (KOI8-R) ispell dictonary from Alexander Lebedev
+
+DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
+
+FILESDIR= ${.CURDIR}/../../textproc/ispell-russian/files
+PATCHDIR= ${.CURDIR}/../../textproc/ispell-russian/patches
+DISTINFO_FILE= ${.CURDIR}/../../textproc/ispell-russian/distinfo
+
+WRKSRC= ${WRKDIR}
+MAKE_ENV+= CAT=${CAT} RM=${RM} SED=${SED} TR=${TR} UNIQ="uniq"
+
+.include "../../mk/bsd.pkg.mk"