2011-07-21 16:34:36 +02:00
|
|
|
# New ports collection makefile for: sk-mythes
|
|
|
|
# Date created: 2011-07-21
|
|
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-07-29 15:13:17 +02:00
|
|
|
PORTNAME= mythes
|
2011-08-07 17:58:26 +02:00
|
|
|
PORTVERSION= 2011.08.06
|
2011-07-21 16:34:36 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.sk-spell.sk.cx/thesaurus/download/
|
2011-07-29 15:13:17 +02:00
|
|
|
PKGNAMEPREFIX= sk-
|
2011-07-21 16:34:36 +02:00
|
|
|
DISTNAME= OOo-Thesaurus2-sk_SK
|
|
|
|
|
2011-07-22 07:30:11 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2011-07-21 16:34:36 +02:00
|
|
|
COMMENT= Slovak thesaurus
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
2011-07-27 18:40:50 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2011-07-21 16:34:36 +02:00
|
|
|
|
2011-07-29 15:13:17 +02:00
|
|
|
PLIST_FILES= %%DATADIR%%/th_sk_SK_v2.dat \
|
|
|
|
%%DATADIR%%/th_sk_SK_v2.idx
|
|
|
|
PLIST_DIRSTRY= %%DATADIR%%
|
2011-07-21 16:34:36 +02:00
|
|
|
|
|
|
|
do-install:
|
2011-07-29 15:13:17 +02:00
|
|
|
${MKDIR} ${DATADIR}/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/th_sk_SK_v2.dat ${WRKSRC}/th_sk_SK_v2.idx ${DATADIR}/
|
2011-07-21 16:34:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|