blob: 2422d5f611c775df3128d58017c9f4cc5f00b5e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2013/06/03 11:16:16 rodent Exp $
#
DISTNAME= aspell6-csb-0.02-0
PKGNAME= ${DISTNAME:S/6-/-/1:S/-0$/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/csb/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://borel.slu.edu/crubadan/
COMMENT= Kashubian 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"
|