freebsd-ports/russian/hunspell/Makefile

28 lines
591 B
Makefile
Raw Normal View History

2011-07-20 13:05:43 +02:00
# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 20131101
2011-07-20 13:05:43 +02:00
CATEGORIES= russian textproc
MASTER_SITES= http://cdn.bitbucket.org/Shaman_Alex/russian-dictionary-hunspell/downloads/
DISTNAME= ru_RU_UTF-8_${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
2011-07-20 13:05:43 +02:00
MAINTAINER= office@FreeBSD.org
COMMENT= Russian hunspell dictionaries
2011-07-20 13:05:43 +02:00
LICENSE= LGPL3
2014-03-10 17:50:46 +01:00
USES= zip
2015-07-18 17:01:38 +02:00
NO_ARCH= yes
2011-07-20 13:05:43 +02:00
NO_BUILD= yes
NO_WRKSUBDIR= yes
2011-07-20 13:05:43 +02:00
PLIST_FILES= %%DATADIR%%/ru_RU.aff \
%%DATADIR%%/ru_RU.dic
2011-07-20 13:05:43 +02:00
do-install:
2013-11-04 11:49:03 +01:00
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${STAGEDIR}${DATADIR}/
2011-07-20 13:05:43 +02:00
.include <bsd.port.mk>