31 lines
631 B
Makefile
31 lines
631 B
Makefile
|
# New ports collection makefile for: sk-mythes
|
||
|
# Date created: 2011-07-21
|
||
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= sk-mythes
|
||
|
PORTVERSION= 2011.06.08
|
||
|
CATEGORIES= textproc
|
||
|
MASTER_SITES= http://www.sk-spell.sk.cx/thesaurus/download/
|
||
|
DISTNAME= OOo-Thesaurus2-sk_SK
|
||
|
|
||
|
MAINTAINER= bapt@FreeBSD.org
|
||
|
COMMENT= Slovak thesaurus
|
||
|
|
||
|
LICENSE= BSD
|
||
|
|
||
|
USE_ZIP= yes
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
PLIST_FILES= share/mythes/th_sk_SK_v2.dat \
|
||
|
share/mythes/th_sk_SK_v2.idx
|
||
|
PLIST_DIRS= share/mythes
|
||
|
|
||
|
do-install:
|
||
|
@${MKDIR} ${PREFIX}/share/mythes
|
||
|
@${INSTALL_DATA} ${WRKDIR}/th_sk_SK_v2.* ${PREFIX}/share/mythes
|
||
|
|
||
|
.include <bsd.port.mk>
|