freebsd-ports/textproc/cs-mythes/Makefile
Po-Chuan Hsieh 72664fc2b4
*/*mythes: Avoid using %% in Makefile
Use ${DATAIDR} instead of %%DATADIR%%
2021-09-19 14:00:49 +08:00

28 lines
572 B
Makefile

PORTNAME= mythes
PORTVERSION= 2007.09.26
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
PKGNAMEPREFIX= cs-
DISTNAME= thes_cs_CZ_v2-${PORTVERSION:C/\.//g}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Czech thesaurus
LICENSE= MIT
USES= zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= ${DATADIR}/th_cs_CZ_v2.dat \
${DATADIR}/th_cs_CZ_v2.idx
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/th_cs_CZ_v2.dat ${WRKSRC}/th_cs_CZ_v2.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>