freebsd-ports/russian/hunspell/Makefile

32 lines
670 B
Makefile
Raw Normal View History

2011-07-20 13:05:43 +02:00
# New ports collection makefile for: hunspell
# Date created: 2011-07-20
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hunspell
2011-10-10 05:14:39 +02:00
PORTVERSION= 20111003
2011-07-20 13:05:43 +02:00
CATEGORIES= russian textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
DISTNAME= ru_RU_UTF8-${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
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>