aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ss-hunspell/Makefile
blob: fb7a8c758e96fd8007142799704645946afb5974 (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
31
# New ports collection makefile for:    ss-hunspell
# Date created:     2011-07-20
# Whom:         Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ss-hunspell
PORTVERSION=    20110323
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= addons/46614
DISTNAME=   swati_spell_checker-${PORTVERSION}-tb+sm+fx+fn
EXTRACT_SUFX=   .xpi

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

USE_ZIP=    yes
NO_BUILD=   yes

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

do-install:
    @${MKDIR} ${PREFIX}/share/hunspell
    @${INSTALL_DATA} ${WRKDIR}/dictionaries/ss-ZA.aff ${PREFIX}/share/hunspell/ss_ZA.aff
    @${INSTALL_DATA} ${WRKDIR}/dictionaries/ss-ZA.dic ${PREFIX}/share/hunspell/ss_ZA.dic

.include <bsd.port.mk>