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

PORTNAME=   mythes
PORTVERSION=    2003.09.29
CATEGORIES= hungarian textproc
MASTER_SITES=   http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
DISTNAME=   thes_hu_HU

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Hungarian thesaurus

LICENSE=    GPLv2

USE_ZIP=    yes
NO_BUILD=   yes

PLIST_FILES=    share/mythes/th_hu_HU.dat \
        share/mythes/th_hu_HU.idx
PLIST_DIRS= share/mythes

do-install:
    @${MKDIR} ${PREFIX}/share/mythes
    @${INSTALL_DATA} ${WRKDIR}/th_hu_HU.* ${PREFIX}/share/mythes

.include <bsd.port.mk>