freebsd-ports/textproc/sk-mythes/Makefile

33 lines
671 B
Makefile
Raw Normal View History

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$
#
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/
PKGNAMEPREFIX= sk-
2011-07-21 16:34:36 +02:00
DISTNAME= OOo-Thesaurus2-sk_SK
MAINTAINER= office@FreeBSD.org
2011-07-21 16:34:36 +02:00
COMMENT= Slovak thesaurus
LICENSE= BSD
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
2011-07-21 16:34:36 +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:
${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>