freebsd-ports/russian/rispell/Makefile

26 lines
576 B
Makefile
Raw Normal View History

1997-12-16 19:26:12 +01:00
# New ports collection makefile for: rispell
# Date created: 16 Dec 1997
# Whom: ache
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
1997-12-16 19:26:12 +01:00
#
2000-04-13 21:19:05 +02:00
PORTNAME= ispell
PORTVERSION= 1.0
1997-12-16 19:26:12 +01:00
CATEGORIES= textproc russian
2000-01-25 00:08:50 +01:00
MASTER_SITES= http://www.ispras.ru/~knizhnik/
2000-04-13 21:19:05 +02:00
DISTNAME= rispell
1997-12-16 19:26:12 +01:00
1997-12-23 08:23:24 +01:00
MAINTAINER= ache@FreeBSD.org
1997-12-16 19:26:12 +01:00
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
WRKSRC= ${WRKDIR}/russian-ispell
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell
${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell
1997-12-16 19:26:12 +01:00
.include <bsd.port.mk>