pkgsrc/textproc/aspell-is/Makefile

25 lines
657 B
Makefile
Raw Normal View History

2017-09-16 21:26:41 +02:00
# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:12 wiz 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
2017-09-16 21:26:41 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-01 19:40:08 +02:00
#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"