1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/russian/rispell/Makefile

26 lines
620 B
Makefile
Raw Normal View History

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