mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# New ports collection makefile for: rispell
|
|
# Date created: 16 Dec 1997
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/12/21 12:07:17 ache Exp $
|
|
#
|
|
|
|
DISTNAME= rispell
|
|
PKGNAME= ru-ispell-1.0
|
|
CATEGORIES= textproc russian
|
|
MASTER_SITES= http://www.ispras.ru/~knizhnik/ \
|
|
ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
|
|
|
|
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>
|