2002-11-19 11:46:25 +01:00
|
|
|
# New ports collection makefile for: magyarispell
|
|
|
|
# Date created: 20.03.2002
|
|
|
|
# Whom: mohacsi
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ispell
|
2004-08-10 16:13:53 +02:00
|
|
|
PORTVERSION= 1.0.R.1
|
2002-11-19 11:46:25 +01:00
|
|
|
CATEGORIES= hungarian textproc
|
2003-07-24 06:11:37 +02:00
|
|
|
#MASTER_SITES= http://www.szofi.hu/gnu/magyarispell/
|
|
|
|
MASTER_SITES= http://magyarispell.sourceforge.net/
|
2004-08-10 16:13:53 +02:00
|
|
|
DISTNAME= magyarispell-${PORTVERSION:S/.R.1/-RC1/}
|
2002-11-19 11:46:25 +01:00
|
|
|
|
|
|
|
MAINTAINER= Janos.Mohacsi@bsd.hu
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Hungarian dictionary for ispell
|
2002-11-19 11:46:25 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \
|
|
|
|
gm4:${PORTSDIR}/devel/m4
|
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
|
2003-01-03 01:12:23 +01:00
|
|
|
USE_GMAKE= yes
|
2003-07-24 06:11:37 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/hu-ispell
|
2004-08-10 16:13:53 +02:00
|
|
|
DOCS= OLVASSEL README GYIK ChangeLog
|
2002-11-19 11:46:25 +01:00
|
|
|
|
|
|
|
do-install:
|
2003-07-24 06:11:37 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tmp/magyar4ispell.hash ${DATADIR}/magyar.hash
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tmp/magyar4ispell.dict ${DATADIR}/magyar.dict
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tmp/magyar.aff ${DATADIR}
|
|
|
|
${LN} -sf ${DATADIR}/magyar.hash ${DATADIR}/hungarian.hash
|
2002-11-19 11:46:25 +01:00
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/ispell-hu.sh ${PREFIX}/bin/ispell-hu
|
2003-07-24 06:11:37 +02:00
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2004-08-10 16:13:53 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2003-07-24 06:11:37 +02:00
|
|
|
.endif
|
2002-11-19 11:46:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|