blob: dbe0023bd3579f8e0be5dda05941db7a5956b78a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: sv-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 2008.06.10
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
PKGNAMEPREFIX= sv-
DISTNAME= thes_sv_SE_v2
MAINTAINER= office@FreeBSD.org
COMMENT= Swedish thesaurus
LICENSE= MIT
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= %%DATADIR%%/th_sv_SE.dat \
%%DATADIR%%/th_sv_SE.idx \
%%DATADIR%%/th_sv_FI.dat \
%%DATADIR%%/th_sv_FI.idx
PLIST_DIRSTRY= %%DATADIR%%
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/th_sv_SE.dat ${WRKSRC}/th_sv_SE.idx ${DATADIR}/
${LN} -s th_sv_SE.dat ${DATADIR}/th_sv_FI.dat
${LN} -s th_sv_SE.idx ${DATADIR}/th_sv_FI.idx
.include <bsd.port.mk>
|