1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/russian/hunspell/Makefile
Sunpoet Po-Chuan Hsieh 9a1fe2dc24 - Update to 20131101
- Add LICENSE
- Move EXTRACT_SUFX upward
- Use single space after WWW:
2013-11-18 07:10:34 +00:00

29 lines
638 B
Makefile

# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 20131101
CATEGORIES= russian textproc
MASTER_SITES= http://cdn.bitbucket.org/Shaman_Alex/russian-dictionary-hunspell/downloads/
DISTNAME= ru_RU_UTF-8_${PORTVERSION}
EXTRACT_SUFX= .zip
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Russian hunspell dictionaries
LICENSE= LGPL3
NO_BUILD= yes
NO_WRKSUBDIR= yes
PROJECTHOST= hunspell-ru
PLIST_FILES= %%DATADIR%%/ru_RU.aff \
%%DATADIR%%/ru_RU.dic
PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>