pkgsrc/textproc/aspell-fo/Makefile
rillig c18ce611ff mk: make BROKEN a list of lines, like PKG_FAIL_REASON
Packages defined the variable BROKEN inconsistently. Some added quotes,
like they are required in PKG_FAIL_REASON, some omitted them.

Now all packages behave the same, and pkglint will flag future mistakes.
2019-11-04 17:47:29 +00:00

25 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/11/04 17:47:31 rillig Exp $
DISTNAME= aspell-fo-0.4.2
PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://fo.speling.org/filer/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Faroese language support for aspell
LICENSE= gnu-gpl-v2
CONFLICTS+= aspell-faroese-[0-9]*
USE_TOOLS+= perl
REPLACE_PERL= unsq
INSTALLATION_DIRS+= lib/aspell share/aspell
.include "../../mk/bsd.prefs.mk"
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
BROKEN= "Non-ASCII PLIST and thus problem with libarchive on glibc systems."
.endif
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"