freebsd-ports/textproc/yi-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

26 lines
574 B
Makefile

PORTNAME= hunspell
PORTVERSION= 0.0.3
CATEGORIES= textproc
MASTER_SITES= MOZILLA_ADDONS/addons/222538
PKGNAMEPREFIX= yi-
DISTNAME= yiddish_spell_checker_yivo-${PORTVERSION}-sm+fn+fx+tb
EXTRACT_SUFX= .xpi
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Yiddish hunspell dictionaries
LICENSE= GPLv3
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/dictionaries
PLIST_FILES= ${DATADIR}/yi.aff \
${DATADIR}/yi.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/yi.aff ${WRKSRC}/yi.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>