pkgsrc/textproc/aspell-is/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

24 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/11/04 17:47:31 rillig Exp $
#
DISTNAME= aspell-is-0.51.1-0
PKGNAME= ${DISTNAME:S/-0$/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/is/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://helgafell.rhi.hi.is/pub/aspell-is
COMMENT= Icelandic language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.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"