mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
38 lines
824 B
Makefile
38 lines
824 B
Makefile
# New ports collection makefile for: rus-ispell
|
|
# Date created: 29.01.2001
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rus-ispell
|
|
PORTVERSION= 0.99e8
|
|
CATEGORIES= russian textproc
|
|
MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/ispell/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= ache
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
USE_GMAKE= yes
|
|
.if defined(RUS_ISPELL_WITH_YO_ONLY)
|
|
MAKE_ARGS+= YO=1
|
|
.endif
|
|
.if defined(RUS_ISPELL_LOCAL_DICT)
|
|
MAKE_ARGS+= LOCAL_DICT=${RUS_ISPELL_LOCAL_DICT}
|
|
.endif
|
|
|
|
ALL_TARGET= koi
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_DATA} russian.hash russian.dict russian.aff \
|
|
${PREFIX}/share/ispell
|
|
${INSTALL_SCRIPT} ${FILESDIR}/ispell-ru.sh ${PREFIX}/bin/ispell-ru
|
|
|
|
.include <bsd.port.mk>
|