freebsd-ports/german/mythes/Makefile

39 lines
899 B
Makefile
Raw Normal View History

2011-07-21 16:33:07 +02:00
# $FreeBSD$
PORTNAME= mythes
2020-02-11 18:56:00 +01:00
PORTVERSION= 2020.02.09
2011-07-21 16:33:07 +02:00
CATEGORIES= german textproc
2019-01-28 19:58:14 +01:00
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}
DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g}
2011-07-21 16:33:07 +02:00
EXTRACT_SUFX= .oxt
DIST_SUBDIR= ${PORTNAME}
2011-07-21 16:33:07 +02:00
MAINTAINER= office@FreeBSD.org
2011-07-21 16:33:07 +02:00
COMMENT= German thesaurus
LICENSE= LGPL21
2015-07-18 17:02:02 +02:00
NO_ARCH= yes
2011-07-21 16:33:07 +02:00
NO_BUILD= yes
NO_WRKSUBDIR= yes
2011-07-21 16:33:07 +02:00
2019-09-30 07:33:42 +02:00
PLIST_FILES= ${DATADIR}/th_de_DE_v2.idx \
${DATADIR}/th_de_DE_v2.dat
DEALIASES= de_AT de_BE de_CH de_LI de_LU
2011-07-21 16:33:07 +02:00
.for ALIAS in ${DEALIASES}
2019-09-30 07:33:42 +02:00
PLIST_FILES+= ${DATADIR}/th_${ALIAS}_v2.idx \
${DATADIR}/th_${ALIAS}_v2.dat
2011-07-21 16:33:07 +02:00
.endfor
do-install:
2013-11-04 12:11:44 +01:00
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${STAGEDIR}${DATADIR}/
.for ALIAS in ${DEALIASES}
2013-11-04 12:11:44 +01:00
${LN} -s th_de_DE_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat
${LN} -s th_de_DE_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx
.endfor
2011-07-21 16:33:07 +02:00
.include <bsd.port.mk>