From 44cc2b43686bd119ca7c870054601117ce37f968 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 21 Jul 2011 14:34:36 +0000 Subject: And the mandatory forgotten files --- textproc/sv-mythes/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 textproc/sv-mythes/Makefile (limited to 'textproc/sv-mythes/Makefile') diff --git a/textproc/sv-mythes/Makefile b/textproc/sv-mythes/Makefile new file mode 100644 index 000000000000..8767c8f090c6 --- /dev/null +++ b/textproc/sv-mythes/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: sv-mythes +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin +# +# $FreeBSD$ +# + +PORTNAME= sv-mythes +PORTVERSION= 2008.06.10 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= thes_sv_SE_v2 + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Swedish thesaurus + +LICENSE= MIT + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/mythes/th_sv_SE.dat \ + share/mythes/th_sv_SE.idx \ + share/mythes/th_sv_FI.dat \ + share/mythes/th_sv_FI.idx +PLIST_DIRS= share/mythes + +do-install: + @${MKDIR} ${PREFIX}/share/mythes + @${INSTALL_DATA} ${WRKDIR}/th_sv_SE.* ${PREFIX}/share/mythes + @cd ${PREFIX}/share/mythes; \ + ${LN} -s th_sv_SE.dat th_sv_FI.dat; \ + ${LN} -s th_sv_SE.idx th_sv_FI.idx + +.include -- cgit