pkgsrc/textproc/ispell-gl/Makefile
rodent 4c64b5490a Import ispell-gl-0.5 as textproc/ispell-gl.
This an ispell dictionary for Galician, using the "Minimos" standard. It's
freely available under the terms of the GNU GPL, version 2. You can freely
redistribute and/or use it for spell checking with the program ispell.
2013-04-24 11:45:00 +00:00

28 lines
729 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/24 11:45:00 rodent Exp $
#
DISTNAME= ispell-gl-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispell-gl/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://ispell-gl.sourceforge.net/
COMMENT= Galician dictionary for interactive spelling checker
LICENSE= gnu-gpl-v2
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
USE_LANGUAGES= # none
NO_CONFIGURE= yes
INSTALLATION_DIRS+= lib
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PREFIX}/bin/buildhash galician.words galician.aff \
galician.hash
do-install:
${INSTALL_DATA} ${WRKSRC}/galician.aff ${DESTDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/galician.hash ${DESTDIR}${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"