1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/ukrainian/mythes/Makefile
Sunpoet Po-Chuan Hsieh 36dd0c66c2 - Add NO_ARCH
2015-07-18 15:02:02 +00:00

31 lines
724 B
Makefile

# $FreeBSD$
PORTNAME= mythes
PORTVERSION= 1.8.0
CATEGORIES= ukrainian textproc
MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION}
DISTNAME= spell-uk-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Ukrainian thesaurus
LICENSE= LGPL21 GPLv2
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5 tar:tgz
USE_PERL5= build
PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \
%%DATADIR%%/th_uk_UA.idx
do-build:
@${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.dat ${WRKSRC}/src/thesaurus/th_uk_UA.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>