mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
4f1ea795fd
Original package changes: - more portable (especially the Makefile) - fixing lots of spelling error - adding more affix rules and exceptions port changes: - new mastersite - proper noportdocs support PR: 54791 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# New ports collection makefile for: magyarispell
|
|
# Date created: 20.03.2002
|
|
# Whom: mohacsi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ispell
|
|
PORTVERSION= 0.99.3
|
|
CATEGORIES= hungarian textproc
|
|
#MASTER_SITES= http://www.szofi.hu/gnu/magyarispell/
|
|
MASTER_SITES= http://magyarispell.sourceforge.net/
|
|
DISTNAME= magyarispell-${PORTVERSION}
|
|
|
|
MAINTAINER= Janos.Mohacsi@bsd.hu
|
|
COMMENT= Hungarian dictionary for ispell
|
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \
|
|
gm4:${PORTSDIR}/devel/m4
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
USE_GMAKE= yes
|
|
DOCSDIR= ${PREFIX}/share/doc/hu-ispell
|
|
|
|
do-install:
|
|
${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
|
|
${INSTALL_SCRIPT} ${FILESDIR}/ispell-hu.sh ${PREFIX}/bin/ispell-hu
|
|
.ifndef(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/OLVASSEL ${WRKSRC}/README ${WRKSRC}/GYIK ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|