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 /russian/mythes/Makefile | |
parent | fee610051e6a13fa93f72999a6d484bd4922c9e9 (diff) | |
download | ports-2eff2d795361046a0cc6d9bc13f0d02b2b8fa163.tar.gz ports-2eff2d795361046a0cc6d9bc13f0d02b2b8fa163.zip |
Notes
Diffstat (limited to 'russian/mythes/Makefile')
-rw-r--r-- | russian/mythes/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile new file mode 100644 index 000000000000..3f7ecd5fc0cf --- /dev/null +++ b/russian/mythes/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: mythes +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mythes +PORTVERSION= 2007.06.13 +CATEGORIES= russian textproc +MASTER_SITES= http://download.i-rs.ru/pub/openoffice/dict/ +DISTNAME= thes_ru_RU_v2 + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Russian thesaurus + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/mythes/th_ru_RU_v2.dat \ + share/mythes/th_ru_RU_v2.idx \ + share/mythes/th_ru_UA_v2.dat \ + share/mythes/th_ru_UA_v2.idx + +PLIST_DIRS= share/mythes + +do-install: + @${MKDIR} ${PREFIX}/share/mythes + @${INSTALL_DATA} ${WRKDIR}/th_ru_RU_v2.* ${PREFIX}/share/mythes + @cd ${PREFIX}/share/mythes; \ + ${LN} -s th_ru_RU_v2.dat th_ru_UA_v2.dat; \ + ${LN} -s th_ru_RU_v2.idx th_ru_UA_v2.idx + +.include <bsd.port.mk> |