freebsd-ports/russian/rispell/Makefile

35 lines
802 B
Makefile
Raw Normal View History

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
PORTVERSION= 1.0
2001-02-06 14:13:00 +01:00
PORTREVISION= 1
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
# Very dirty implementation, use rus-ispell port instead
2004-04-10 19:26:55 +02:00
NO_LATEST_LINK= yes
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
1997-12-16 19:26:12 +01:00
WRKSRC= ${WRKDIR}/russian-ispell
1997-12-16 19:26:12 +01:00
post-build:
2004-01-22 12:06:02 +01:00
cd ${WRKSRC} && LANG=ru_RU.KOI8-R ${SORT} russian.sml > russian.dict
1997-12-16 19:26:12 +01:00
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} russian.hash russian.aff russian.dict \
${PREFIX}/share/ispell
${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell
1997-12-16 19:26:12 +01:00
.include <bsd.port.mk>