aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/yi-hunspell/Makefile
blob: 9f78a4d404a97611b2b90f5a57f0e250d50566b7 (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:    yi-hunspell
# Date created:     2011-07-20
# Whom:         Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   yi-hunspell
PORTVERSION=    0.0.2
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= addons/222538
DISTNAME=   yiddish_spell_checker__yivo_-${PORTVERSION}-fx+tb+sm+fn
EXTRACT_SUFX=   .xpi

MAINTAINER= office@FreeBSD.org
COMMENT=    Yiddish hunspell dictionaries

USE_ZIP=    yes
NO_BUILD=   yes

PLIST_FILES=    share/hunspell/yi.aff \
        share/hunspell/yi.dic
PLIST_DIRS= share/hunspell

do-install:
    @${MKDIR} ${PREFIX}/share/hunspell
    @${INSTALL_DATA} ${WRKDIR}/dictionaries/* ${PREFIX}/share/hunspell/

.include <bsd.port.mk>