37f4e8746d
libarchive on glibc systems.
24 lines
653 B
Makefile
24 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/06/03 11:17:15 rodent 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= rodent@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"
|