freebsd-ports/polish/mythes/Makefile

33 lines
668 B
Makefile
Raw Normal View History

2011-07-21 16:33:07 +02:00
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 1.5
PORTREVISION= 1
2011-07-21 16:33:07 +02:00
CATEGORIES= polish textproc
MASTER_SITES= SF/synonimy/synonimy/${PORTVERSION}/
DISTNAME= OOo2-Thesaurus-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
2011-07-21 16:33:07 +02:00
COMMENT= Polish thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
2011-07-21 16:33:07 +02:00
PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \
%%DATADIR%%/th_pl_PL_v2.idx
PLIST_DIRSTRY= %%DATADIR%%
2011-07-21 16:33:07 +02:00
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/th_pl_PL_v2.dat ${WRKSRC}/th_pl_PL_v2.idx ${DATADIR}/
2011-07-21 16:33:07 +02:00
.include <bsd.port.mk>