aboutsummaryrefslogtreecommitdiff
path: root/textproc/sw-hunspell/Makefile
blob: 3d5e07d4303a87b750c893da89d8ed3a9d990544 (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
# New ports collection makefile for:	sw-hunspell
# Date created:		2011-07-20
# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	sw-hunspell
PORTVERSION=	1.46
CATEGORIES=	textproc
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	sv-${PORTVERSION}

MAINTAINER=	office@FreeBSD.org
COMMENT=	Swedish hunspell dictionaries

PROJECTHOST=	dsso
USE_ZIP=	yes
NO_BUILD=	yes

PLIST_FILES=	share/hunspell/sv_SE.aff \
		share/hunspell/sv_SE.dic \
		share/hunspell/sv_FI.aff \
		share/hunspell/sv_FI.dic
PLIST_DIRS=	share/hunspell

do-install:
	@${MKDIR} ${PREFIX}/share/hunspell
	@${INSTALL_DATA} ${WRKDIR}/sv_SE* ${PREFIX}/share/hunspell
	@cd ${PREFIX}/share/hunspell; \
	${LN} -s sv_SE.aff sv_FI.aff; \
	${LN} -s sv_SE.dic sv_FI.dic

.include <bsd.port.mk>