aboutsummaryrefslogtreecommitdiff
path: root/textproc/it-hunspell/Makefile
blob: df54cfb0fe0b363f564c75edd566a348373d857b (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
PORTNAME=	hunspell
PORTVERSION=	2016.02.10
CATEGORIES=	textproc
MASTER_SITES=	SF/aoo-extensions/1204/14/
PKGNAMEPREFIX=	it-
DISTNAME=	dict-it
EXTRACT_SUFX=	.oxt
DIST_SUBDIR=	${PORTNAME}

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

LICENSE=	GPLv3

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	${DATADIR}/it_IT.aff \
		${DATADIR}/it_IT.dic

do-install:
	${MKDIR} ${STAGEDIR}${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/dictionaries/it_IT.aff \
		${WRKSRC}/dictionaries/it_IT.dic ${STAGEDIR}${DATADIR}/

.include <bsd.port.mk>