freebsd-ports/russian/mythes/Makefile

33 lines
787 B
Makefile
Raw Normal View History

2011-07-21 16:33:07 +02:00
# $FreeBSD$
PORTNAME= mythes
PORTVERSION= 2007.06.13
PORTREVISION= 1
2011-07-21 16:33:07 +02:00
CATEGORIES= russian textproc
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
DISTNAME= thes_ru_RU_v2-${PORTVERSION:C/\.//g}
DIST_SUBDIR= ${PORTNAME}
2011-07-21 16:33:07 +02:00
MAINTAINER= office@FreeBSD.org
2011-07-21 16:33:07 +02:00
COMMENT= Russian thesaurus
LICENSE= LGPL21
2014-03-10 17:50:46 +01:00
USES= zip
2011-07-21 16:33:07 +02:00
NO_BUILD= yes
NO_WRKSUBDIR= yes
2011-07-21 16:33:07 +02:00
PLIST_FILES= %%DATADIR%%/th_ru_RU_v2.dat \
%%DATADIR%%/th_ru_RU_v2.idx \
%%DATADIR%%/th_ru_UA_v2.dat \
%%DATADIR%%/th_ru_UA_v2.idx
PLIST_DIRSTRY= %%DATADIR%%
2011-07-21 16:33:07 +02:00
do-install:
2013-11-15 15:16:38 +01:00
${MKDIR} ${STAGEDIR}${DATADIR}/
2013-11-04 12:11:44 +01:00
${INSTALL_DATA} ${WRKSRC}/th_ru_RU_v2.dat ${WRKSRC}/th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/
${LN} -s th_ru_RU_v2.dat ${STAGEDIR}${DATADIR}/th_ru_UA_v2.dat
${LN} -s th_ru_RU_v2.idx ${STAGEDIR}${DATADIR}/th_ru_UA_v2.idx
2011-07-21 16:33:07 +02:00
.include <bsd.port.mk>