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

PORTNAME=   it-hunspell
PORTVERSION=    2.4.2007.09.01
CATEGORIES= textproc
MASTER_SITES=   SF/linguistico/Dizionario%20italiano%20per%20OOo/${PORTVERSION:S/./_/g}/
DISTNAME=   italiano_${PORTVERSION:S/./_/g}

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Italian hunspell dictionaries

LICENSE=    GPLv3

USE_ZIP=    yes
NO_BUILD=   yes

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

do-install:
        @${MKDIR} ${PREFIX}/share/hunspell
        @${INSTALL_DATA} ${WRKDIR}/it_IT.aff \
            ${WRKDIR}/it_IT.dic \
            ${PREFIX}/share/hunspell/

.include <bsd.port.mk>