1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/hungarian/mythes/Makefile
Po-Chuan Hsieh 72664fc2b4
*/*mythes: Avoid using %% in Makefile
Use ${DATAIDR} instead of %%DATADIR%%
2021-09-19 14:00:49 +08:00

27 lines
554 B
Makefile

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