2011-07-21 16:33:07 +02:00
|
|
|
# New ports collection makefile for: mythes
|
|
|
|
# Date created: 2011-07-21
|
|
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mythes
|
2011-11-21 04:30:30 +01:00
|
|
|
PORTVERSION= 2011.11.20
|
2011-07-21 16:33:07 +02:00
|
|
|
CATEGORIES= german textproc
|
2011-08-17 19:42:34 +02:00
|
|
|
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
|
|
|
DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g}
|
2011-07-21 16:33:07 +02:00
|
|
|
EXTRACT_SUFX= .oxt
|
2011-08-17 20:04:07 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2011-07-21 16:33:07 +02:00
|
|
|
|
2011-07-22 07:30:11 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2011-07-21 16:33:07 +02:00
|
|
|
COMMENT= German thesaurus
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
2011-07-27 18:31:16 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2011-07-21 16:33:07 +02:00
|
|
|
|
2011-07-29 15:13:17 +02:00
|
|
|
PLIST_FILES= %%DATADIR%%/th_de_DE_v2.idx \
|
|
|
|
%%DATADIR%%/th_de_DE_v2.dat
|
|
|
|
PLIST_DIRSTRY= %%DATADIR%%
|
2011-07-27 18:31:16 +02:00
|
|
|
|
|
|
|
DEALIASES= de_AT de_BE de_CH de_LI de_LU
|
2011-07-21 16:33:07 +02:00
|
|
|
|
|
|
|
.for ALIAS in ${DEALIASES}
|
2011-07-29 15:13:17 +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:
|
2011-07-29 15:13:17 +02:00
|
|
|
${MKDIR} ${DATADIR}/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/th_de_DE_v2.dat ${WRKSRC}/th_de_DE_v2.idx ${DATADIR}/
|
2011-07-27 18:31:16 +02:00
|
|
|
.for ALIAS in ${DEALIASES}
|
2011-07-29 15:13:17 +02:00
|
|
|
${LN} -s th_de_DE_v2.dat ${DATADIR}/th_${ALIAS}_v2.dat
|
|
|
|
${LN} -s th_de_DE_v2.idx ${DATADIR}/th_${ALIAS}_v2.idx
|
2011-07-27 18:31:16 +02:00
|
|
|
.endfor
|
2011-07-21 16:33:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|