freebsd-ports/polish/hunspell/Makefile
Chris Rees 95a9c6a991 Update to 20121103 snapshot
Feature safe:	yes
2012-11-03 14:11:27 +00:00

32 lines
697 B
Makefile

# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 20121103
CATEGORIES= polish textproc
MASTER_SITES= http://sjp.pl/slownik/ort/ \
LOCAL/sunpoet/${PORTNAME}
DISTNAME= sjp-myspell-pl-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Polish hunspell dictionaries
LICENSE= LGPL21 GPLv2 MPL
LICENSE_COMB= dual
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/pl_PL.aff \
%%DATADIR%%/pl_PL.dic
PLIST_DIRSTRY= %%DATADIR%%
post-extract:
@${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC}/
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/pl_PL.aff ${WRKSRC}/pl_PL.dic ${DATADIR}/
.include <bsd.port.mk>