Update databases/evolution-data-server to version 3.12.7
[dports.git] / german / mythes / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       mythes
4 PORTVERSION=    2014.10.05
5 CATEGORIES=     german textproc
6 MASTER_SITES=   LOCAL/sunpoet/${PORTNAME}/
7 DISTNAME=       Deutscher-Thesaurus-${PORTVERSION:C/\.//g}
8 EXTRACT_SUFX=   .oxt
9 DIST_SUBDIR=    ${PORTNAME}
10
11 MAINTAINER=     office@FreeBSD.org
12 COMMENT=        German thesaurus
13
14 LICENSE=        LGPL21
15
16 NO_BUILD=       yes
17 NO_WRKSUBDIR=   yes
18
19 PLIST_FILES=    %%DATADIR%%/th_de_DE_v2.idx \
20                 %%DATADIR%%/th_de_DE_v2.dat
21 PLIST_DIRSTRY=  %%DATADIR%%
22
23 DEALIASES=      de_AT de_BE de_CH de_LI de_LU
24
25 .for ALIAS in ${DEALIASES}
26 PLIST_FILES+=   %%DATADIR%%/th_${ALIAS}_v2.idx \
27                 %%DATADIR%%/th_${ALIAS}_v2.dat
28 .endfor
29
30 do-install:
31         ${MKDIR} ${STAGEDIR}${DATADIR}/
32         ${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${STAGEDIR}${DATADIR}/
33 .for ALIAS in ${DEALIASES}
34         ${LN} -s th_de_DE_v2.dat ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.dat
35         ${LN} -s th_de_DE_v2.idx ${STAGEDIR}${DATADIR}/th_${ALIAS}_v2.idx
36 .endfor
37
38 .include <bsd.port.mk>