b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
20 lines
524 B
Makefile
20 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:27 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= francais-IREQ-1.4
|
|
PKGNAME= ispell-${DISTNAME:S/francais-IREQ/fr/1}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.robot.ireq.ca/pub/ispell/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/ispell/ispell.html
|
|
COMMENT= French dictionary for interactive spelling checker
|
|
|
|
CONFLICTS+= ispell-francais-[0-9]*
|
|
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
|
|
|
|
INSTALLATION_DIRS= lib
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|