freebsd-ports/russian/rispell/Makefile

26 lines
620 B
Makefile
Raw Normal View History

1997-12-16 13:26:12 -05:00
# New ports collection makefile for: rispell
1997-12-25 17:54:34 -05:00
# Version required: N/A
1997-12-16 13:26:12 -05:00
# Date created: 16 Dec 1997
# Whom: ache
#
1997-12-25 17:54:34 -05:00
# $Id: Makefile,v 1.4 1997/12/23 07:23:24 asami Exp $
1997-12-16 13:26:12 -05:00
#
DISTNAME= rispell
1997-12-21 07:07:17 -05:00
PKGNAME= ru-ispell-1.0
1997-12-16 13:26:12 -05:00
CATEGORIES= textproc russian
MASTER_SITES= http://www.ispras.ru/~knizhnik/ \
ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
1997-12-23 02:23:24 -05:00
MAINTAINER= ache@FreeBSD.org
1997-12-16 13:26:12 -05:00
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>