blob: bcd7a2038db68fc8d6f3fc0e7fccfcb79818751f (
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
|
# New ports collection makefile for: rispell
# Date created: 16 Dec 1997
# Whom: ache
#
# $Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp $
#
DISTNAME= rispell
PKGNAME= russian-ispell
CATEGORIES= textproc russian
MASTER_SITES= http://www.ispras.ru/~knizhnik/ \
ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
WRKSRC= ${WRKDIR}/russian-ispell
MAINTAINER= ache@FreeBSD.org
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/lib
.include <bsd.port.mk>
|