freebsd-ports/russian/rispell/Makefile
1997-12-16 18:26:12 +00:00

25 lines
596 B
Makefile

# 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>