1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/cs-hunspell/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
520 B
Makefile

PORTNAME= hunspell
PORTVERSION= 2.0
CATEGORIES= textproc
MASTER_SITES= SF/aoo-extensions/1078/0/
PKGNAMEPREFIX= cs-
DISTNAME= dict-cs-${PORTVERSION}
EXTRACT_SUFX= .oxt
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Czech hunspell dictionaries
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/cs_CZ.aff \
%%DATADIR%%/cs_CZ.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/cs_CZ.aff ${WRKSRC}/cs_CZ.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>