1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Akinori MUSHA 0709fc8439 Add hungarian/ispell, the Hungarian dictionary for ispell.
PR:		ports/39308
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2002-11-19 10:46:25 +00:00

31 lines
807 B
Makefile

# New ports collection makefile for: magyarispell
# Date created: 20.03.2002
# Whom: mohacsi
#
# $FreeBSD$
#
PORTNAME= ispell
PORTVERSION= 0.85
CATEGORIES= hungarian textproc
MASTER_SITES= http://www.szofi.hu/gnu/magyarispell/
DISTNAME= magyarispell-${PORTVERSION}
MAINTAINER= Janos.Mohacsi@bsd.hu
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \
gm4:${PORTSDIR}/devel/m4
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
USE_GMAKE= yes
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} magyar.hash magyar.dict magyar.aff \
${PREFIX}/share/ispell
${INSTALL_SCRIPT} ${FILESDIR}/ispell-hu.sh ${PREFIX}/bin/ispell-hu
${MKDIR} ${PREFIX}/share/doc/hu-ispell
${INSTALL_MAN} ${WRKSRC}/OLVASSEL ${WRKSRC}/README ${PREFIX}/share/doc/hu-ispell
.include <bsd.port.mk>