blob: 3cf252da14284107d0683118cf299df06dcc2e19 (
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
25
|
# $NetBSD: Makefile,v 1.5 2014/05/29 23:37:33 wiz Exp $
DISTNAME= aspell-fo-0.4.2
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://fo.speling.org/filer/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fo.speling.org/installation/aspell
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= Can not be packaged on Linux
.endif
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|