aboutsummaryrefslogtreecommitdiff
path: root/textproc/sv-mythes/Makefile
blob: d9b5e36b2fa4c52f554d63bd14942deee054f50d (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
38
# 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=	LOCAL/sunpoet/${PORTNAME}/
PKGNAMEPREFIX=	sv-
DISTNAME=	thes_sv_SE_v2-${PORTVERSION:C/\.//g}
DIST_SUBDIR=	${PORTNAME}

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>