freebsd-ports/textproc/bg-mythes/Makefile
Sunpoet Po-Chuan Hsieh 36dd0c66c2 - Add NO_ARCH
2015-07-18 15:02:02 +00:00

29 lines
609 B
Makefile

# $FreeBSD$
PORTNAME= mythes
PORTVERSION= 4.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/bgoffice/OpenOffice.org%20Thesaurus%20BG/${PORTVERSION}/
PKGNAMEPREFIX= bg-
DISTNAME= OOo-thes-bg-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Bulgarian thesaurus
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
USES= zip
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/th_bg_BG.dat \
%%DATADIR%%/th_bg_BG.idx
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/th_bg_BG.dat ${WRKSRC}/th_bg_BG.idx ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>