aboutsummaryrefslogtreecommitdiff
path: root/russian/rispell/Makefile
blob: c4c82bd97bdf146c3daa02221b4b3d8b96bc82b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    rispell
# Date created:         16 Dec 1997
# Whom:                 ache
#
# $FreeBSD$
#

PORTNAME=	ispell
PORTVERSION=	1.0
CATEGORIES=     russian textproc
MASTER_SITES=   http://www.ispras.ru/~knizhnik/
DISTNAME=	rispell

MAINTAINER=     ache@FreeBSD.org

BUILD_DEPENDS=  ispell:${PORTSDIR}/textproc/ispell

WRKSRC=         ${WRKDIR}/russian-ispell

do-install:
	cd ${WRKSRC} && \
	${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell
	${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell

.include <bsd.port.mk>