diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-21 14:33:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-21 14:33:07 +0000 |
commit | 2eff2d795361046a0cc6d9bc13f0d02b2b8fa163 (patch) | |
tree | 51a9b00a301fff140795c2a6f689bc894ce176e0 /textproc/en-mythes | |
parent | fee610051e6a13fa93f72999a6d484bd4922c9e9 (diff) |
Notes
Diffstat (limited to 'textproc/en-mythes')
-rw-r--r-- | textproc/en-mythes/Makefile | 44 | ||||
-rw-r--r-- | textproc/en-mythes/distinfo | 2 | ||||
-rw-r--r-- | textproc/en-mythes/pkg-descr | 1 |
3 files changed, 47 insertions, 0 deletions
diff --git a/textproc/en-mythes/Makefile b/textproc/en-mythes/Makefile new file mode 100644 index 000000000000..480e562dfbc6 --- /dev/null +++ b/textproc/en-mythes/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: en-mythes +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= en-mythes +PORTVERSION= 2006.12.08 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= thes_en_US_v2 + +MAINTAINER= bapt@FreeBSD.org +COMMENT= English thesaurus + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +USALIASES= en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_IE \ + en_IN en_JM en_NA en_NG en_NZ en_PH en_SG en_TT en_ZA en_ZW + +PLIST_FILES= share/mythes/th_en_US_v2.dat \ + share/mythes/th_en_US_v2.idx + +.for ALIAS in ${USALIASES} +PLIST_FILES+= share/mythes/th_${ALIAS}_v2.dat \ + share/mythes/th_${ALIAS}_v2.idx +.endfor + +PLIST_DIRS= share/mythes + +do-install: + @${MKDIR} ${PREFIX}/share/mythes + @${INSTALL_DATA} ${WRKDIR}/th_en_US_v2.* ${PREFIX}/share/mythes + @cd ${PREFIX}/share/mythes; \ + for alias in ${USALIASES}; do \ + ${LN} -s th_en_US_v2.idx th_$${alias}_v2.idx ; \ + ${LN} -s th_en_US_v2.dat th_$${alias}_v2.dat ; \ + done + +.include <bsd.port.mk> diff --git a/textproc/en-mythes/distinfo b/textproc/en-mythes/distinfo new file mode 100644 index 000000000000..ee48a4f4cef7 --- /dev/null +++ b/textproc/en-mythes/distinfo @@ -0,0 +1,2 @@ +SHA256 (thes_en_US_v2.zip) = 0e1362f89572ec50aa46ca2db4980356b7c759a5a5610e892802a28427425a3b +SIZE (thes_en_US_v2.zip) = 5162416 diff --git a/textproc/en-mythes/pkg-descr b/textproc/en-mythes/pkg-descr new file mode 100644 index 000000000000..4f4a1c1d07d6 --- /dev/null +++ b/textproc/en-mythes/pkg-descr @@ -0,0 +1 @@ +English thesaurus |