summaryrefslogtreecommitdiff
path: root/russian/rispell/Makefile
blob: 814e0d52136d21438c2e51c349c3407bd776f82f (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
# Version required:	N/A
# Date created:         16 Dec 1997
# Whom:                 ache
#
# $FreeBSD$
#

DISTNAME=       rispell
PKGNAME=        ru-ispell-1.0
CATEGORIES=     textproc russian
MASTER_SITES=   http://www.ispras.ru/~knizhnik/ \
		ftp://ftp.kiarchive.ru/pub/unix/text/ispell/

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}/lib

.include <bsd.port.mk>