1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/polish/mythes/Makefile

30 lines
583 B
Makefile
Raw Normal View History

2011-07-21 14:33:07 +00:00
# $FreeBSD$
PORTNAME= mythes
PORTVERSION= 1.5
PORTREVISION= 1
2011-07-21 14:33:07 +00:00
CATEGORIES= polish textproc
MASTER_SITES= SF/synonimy/synonimy/${PORTVERSION}/
DISTNAME= OOo2-Thesaurus-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
2011-07-21 14:33:07 +00:00
MAINTAINER= office@FreeBSD.org
2011-07-21 14:33:07 +00:00
COMMENT= Polish thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
2011-07-21 14:33:07 +00:00
PLIST_FILES= %%DATADIR%%/th_pl_PL_v2.dat \
%%DATADIR%%/th_pl_PL_v2.idx
PLIST_DIRSTRY= %%DATADIR%%
2011-07-21 14:33:07 +00:00
NO_STAGE= yes
2011-07-21 14:33:07 +00:00
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/th_pl_PL_v2.dat ${WRKSRC}/th_pl_PL_v2.idx ${DATADIR}/
2011-07-21 14:33:07 +00:00
.include <bsd.port.mk>