diff options
author | ache <ache@FreeBSD.org> | 2001-01-30 03:05:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-01-30 03:05:06 +0800 |
commit | 6a3e9a757b6662ad0f50a47d0e9c3465b041ad0d (patch) | |
tree | 0455f69fa5c138f10cae1bad0b56b6a849696433 /russian/rus-ispell/Makefile | |
parent | 2cd7076a9dfdf003e43261ed2ee9b4949f8b1f56 (diff) | |
download | freebsd-ports-gnome-6a3e9a757b6662ad0f50a47d0e9c3465b041ad0d.tar.gz freebsd-ports-gnome-6a3e9a757b6662ad0f50a47d0e9c3465b041ad0d.tar.zst freebsd-ports-gnome-6a3e9a757b6662ad0f50a47d0e9c3465b041ad0d.zip |
Another Russian dictionaries set for ispell
Diffstat (limited to 'russian/rus-ispell/Makefile')
-rw-r--r-- | russian/rus-ispell/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/russian/rus-ispell/Makefile b/russian/rus-ispell/Makefile new file mode 100644 index 000000000000..3cf22218344b --- /dev/null +++ b/russian/rus-ispell/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: rus-ispell +# Date created: 29.01.2001 +# Whom: ache +# +# $FreeBSD$ +# + +PORTNAME= rus-ispell +PORTVERSION= 0.99d6 +CATEGORIES= russian textproc +MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/ispell/ +DISTNAME= rus-ispell + +MAINTAINER= ache@FreeBSD.org + +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell + +USE_GMAKE= yes +MAKE_ARGS= YO=1 +ALL_TARGET= koi + +NO_WRKSUBDIR= yes + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell + ${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru + +.include <bsd.port.mk> |