1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/polish/hunspell/Makefile
Sunpoet Po-Chuan Hsieh 74630da517 - Update to 20131013
2013-10-14 11:03:22 +00:00

32 lines
628 B
Makefile

# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 20131013
CATEGORIES= polish textproc
MASTER_SITES= 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%%
NO_STAGE= yes
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>