blob: 0292268b15bb4f584b13d45274e8d8d52f07a628 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|