29 lines
574 B
Makefile
29 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|