freebsd-ports/textproc/ie-hunspell/Makefile
Kirill Ponomarev fe4f9fbf16 New port: textproc/ie-hunspell
Interlingue spellchecking dictionary for use with Hunspell.
  WWW: https://github.com/Carmina16/hunspell-ie

PR:		217380
Submitted by:	mistresssilvara@hotmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9815
2017-03-03 06:28:14 +00:00

28 lines
500 B
Makefile

# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 0.6
DISTVERSIONPREFIX= v
CATEGORIES= textproc
PKGNAMEPREFIX= ie-
MAINTAINER= mistresssilvara@hotmail.com
COMMENT= Interlingue Hunspell dictionaries
LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= Carmina16
GH_PROJECT= hunspell-ie
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${DATADIR}/ie.aff \
${DATADIR}/ie.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ie.aff ${WRKSRC}/ie.dic ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>