freebsd-ports/russian/hunspell/Makefile

28 lines
544 B
Makefile
Raw Normal View History

2011-07-20 13:05:43 +02:00
# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 20120501
2011-07-20 13:05:43 +02:00
CATEGORIES= russian textproc
MASTER_SITES= GOOGLE_CODE
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
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PROJECTHOST= hunspell-ru
2011-07-20 13:05:43 +02:00
PLIST_FILES= %%DATADIR%%/ru_RU.aff \
%%DATADIR%%/ru_RU.dic
PLIST_DIRSTRY= %%DATADIR%%
2011-07-20 13:05:43 +02:00
NO_STAGE= yes
2011-07-20 13:05:43 +02:00
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${DATADIR}/
2011-07-20 13:05:43 +02:00
.include <bsd.port.mk>