1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/russian/rispell/Makefile
2000-01-24 23:08:50 +00:00

25 lines
529 B
Makefile

# New ports collection makefile for: rispell
# Version required: N/A
# Date created: 16 Dec 1997
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= rispell
PKGNAME= ru-ispell-1.0
CATEGORIES= textproc russian
MASTER_SITES= http://www.ispras.ru/~knizhnik/
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}/lib
.include <bsd.port.mk>