aboutsummaryrefslogtreecommitdiff
path: root/textproc/it-mythes/Makefile
blob: 3163641741919c2af85e7452baf7ccb9d1b401b2 (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
# New ports collection makefile for:	it-mythes
# Date created:		2011-07-21
# Whom:			Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	mythes
DISTVERSION=	02_09_l
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	SF/linguistico/Thesaurus%20OOo%202.x.x/${DISTVERSION}_2008_11_29/
PKGNAMEPREFIX=	it-
DISTNAME=	thesaurus2_it_${DISTVERSION}_2008_11_29

MAINTAINER=	office@FreeBSD.org
COMMENT=	Italian thesaurus

USE_ZIP=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PLIST_FILES=	%%DATADIR%%/th_it_IT.dat \
		%%DATADIR%%/th_it_IT.idx
PLIST_DIRSTRY=	%%DATADIR%%

do-install:
	${MKDIR} ${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/th_it_IT.dat ${WRKSRC}/th_it_IT.idx ${DATADIR}/

.include <bsd.port.mk>