pkgsrc/textproc/ispell-gl/Makefile

28 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/03/20 11:58:27 nia Exp $
#
DISTNAME= ispell-gl-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ispell-gl/}
MAINTAINER= pkgsrc-users@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"