1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/ukrainian/hunspell/Makefile

34 lines
743 B
Makefile
Raw Normal View History

2011-07-20 14:00:22 +00:00
# New ports collection makefile for: hunspell
# Date created: 2011-07-20
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hunspell
PORTVERSION= 1.6.5
PORTREVISION= 1
2011-07-20 14:00:22 +00:00
CATEGORIES= ukrainian textproc
MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION}
DISTNAME= spell-uk-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= office@FreeBSD.org
2011-07-25 08:53:21 +00:00
COMMENT= Hunspell ukrainian dictionary
2011-07-20 14:00:22 +00:00
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
ALL_TARGET= myspell
2011-07-20 14:00:22 +00:00
USE_GMAKE= yes
USE_PERL5_BUILD= yes
PLIST_FILES= %%DATADIR%%/uk_UA.aff \
%%DATADIR%%/uk_UA.dic
PLIST_DIRSTRY= %%DATADIR%%
2011-07-20 14:00:22 +00:00
do-install:
${MKDIR} ${DATADIR}/
cd ${WRKSRC}/dist/my${DISTNAME}/ && ${INSTALL_DATA} uk_UA.aff uk_UA.dic ${DATADIR}/
2011-07-20 14:00:22 +00:00
.include <bsd.port.mk>