31 lines
670 B
Makefile
31 lines
670 B
Makefile
# New ports collection makefile for: hunspell
|
|
# Date created: 2011-07-20
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hunspell
|
|
PORTVERSION= 20111003
|
|
CATEGORIES= russian textproc
|
|
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
|
DISTNAME= ru_RU_UTF8-${PORTVERSION}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Russian hunspell dictionaries
|
|
|
|
USE_ZIP= yes
|
|
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} ${DATADIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/ru_RU.aff ${WRKSRC}/ru_RU.dic ${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|