1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/hungarian/mythes/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
556 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>