1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/hebrew/hunspell/Makefile
Baptiste Daroussin c82d9248b0 hunspell: avoid plist substitution
When using PLIST_FILES substitution is not necessary and recommended not
to use, the direct use of make(1) variables, works perfectly fine.
2021-08-09 08:39:07 +02:00

30 lines
656 B
Makefile

PORTNAME= hunspell
PORTVERSION= 1.4
CATEGORIES= hebrew textproc
MASTER_SITES= http://hspell.ivrix.org.il/ \
LOCAL/sunpoet/${PORTNAME}
DISTNAME= hspell-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Hebrew hunspell dictionaries
LICENSE= AGPLv3
ALL_TARGET= hunspell
CONFIGURE_ARGS= --enable-fatverb
GNU_CONFIGURE= yes
NO_ARCH= yes
USE_PERL5= build
USES= gmake iconv:build perl5 shebangfix
SHEBANG_FILES= ${WRKSRC}/pmerge
PLIST_FILES= ${DATADIR}/he.aff \
${DATADIR}/he.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/he.aff ${WRKSRC}/he.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>