blob: c01b8ff3ff1852fc2fb0925d0b83eae1b27eea90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:28 rillig Exp $
#
DISTNAME= iswedish-1.2.1
PKGNAME= ${DISTNAME:S/wedish/pell-sv/1}
CATEGORIES= textproc
MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/ispell/ispell.html
COMMENT= Swedish dictionary for interactive spelling checker
CONFLICTS+= ispell-svenska-[0-9]*
INSTALLATION_DIRS= lib
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
.include "../../mk/bsd.pkg.mk"
|