1997-12-16 19:26:12 +01:00
|
|
|
# New ports collection makefile for: rispell
|
|
|
|
# Date created: 16 Dec 1997
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1997-12-16 19:26:12 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= ispell
|
2000-04-21 09:52:25 +02:00
|
|
|
PORTVERSION= 1.0
|
2001-02-06 14:13:00 +01:00
|
|
|
PORTREVISION= 1
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= russian textproc
|
2004-04-10 19:26:55 +02:00
|
|
|
MASTER_SITES= http://www.garret.ru/~knizhnik/
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= rispell
|
1997-12-16 19:26:12 +01:00
|
|
|
|
2001-01-29 20:09:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Russian (KOI8-R) dictionary for ISPELL
|
1997-12-23 08:23:24 +01:00
|
|
|
|
2001-02-05 00:15:40 +01:00
|
|
|
# Very dirty implementation, use rus-ispell port instead
|
2004-04-10 19:26:55 +02:00
|
|
|
NO_LATEST_LINK= yes
|
2001-02-05 00:15:40 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
1997-12-16 19:26:12 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
WRKSRC= ${WRKDIR}/russian-ispell
|
1997-12-16 19:26:12 +01:00
|
|
|
|
2001-02-05 00:15:40 +01:00
|
|
|
post-build:
|
2004-01-22 12:06:02 +01:00
|
|
|
cd ${WRKSRC} && LANG=ru_RU.KOI8-R ${SORT} russian.sml > russian.dict
|
2001-02-05 00:15:40 +01:00
|
|
|
|
1997-12-16 19:26:12 +01:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && \
|
2001-02-05 00:15:40 +01:00
|
|
|
${INSTALL_DATA} russian.hash russian.aff russian.dict \
|
|
|
|
${PREFIX}/share/ispell
|
2000-04-23 16:58:19 +02:00
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell
|
1997-12-16 19:26:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|