mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
55a61bb102
directory.
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# New ports collection makefile for: rispell
|
|
# Date created: 16 Dec 1997
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ispell
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= russian textproc
|
|
MASTER_SITES= http://www.ispras.ru/~knizhnik/
|
|
DISTNAME= rispell
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|