aboutsummaryrefslogtreecommitdiff
path: root/ukrainian/ispell/Makefile
blob: 28150d79f441e0e0111533867be2c319c4da014f (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
26
27
# New ports collection makefile for:    ukr-ispell
# Date created:         5 Dec 2000
# Whom:                 mi
#
# $FreeBSD$
#

PORTNAME=	ispell
PORTVERSION=	0.0.2b
CATEGORIES=     textproc ukrainian
MASTER_SITES=   http://virtual-estates.net/port-stuff/ \
		http://www.brama.com/compute/unix/ \
		ftp://cad.ntu-kpi.kiev.ua/soft/lingvist/UkrIspell/
PKGNAMEPREFIX=	ua-
DISTNAME=	ua-ispell.${PORTVERSION}

MAINTAINER=     mi@aldan.algebra.com

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

ALL_TARGET=	all,koi

do-install:
	cd ${WRKSRC} && \
	${INSTALL_DATA} ukrainian.hash ukrainian.aff ${PREFIX}/share/ispell

.include <bsd.port.mk>