1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/russian/rispell/Makefile

26 lines
576 B
Makefile
Raw Normal View History

1997-12-16 18:26:12 +00:00
# New ports collection makefile for: rispell
# Date created: 16 Dec 1997
# Whom: ache
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
1997-12-16 18:26:12 +00:00
#
2000-04-13 19:19:05 +00:00
PORTNAME= ispell
PORTVERSION= 1.0
CATEGORIES= russian textproc
2000-01-24 23:08:50 +00:00
MASTER_SITES= http://www.ispras.ru/~knizhnik/
2000-04-13 19:19:05 +00:00
DISTNAME= rispell
1997-12-16 18:26:12 +00:00
1997-12-23 07:23:24 +00:00
MAINTAINER= ache@FreeBSD.org
1997-12-16 18:26:12 +00: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 18:26:12 +00:00
.include <bsd.port.mk>