blob: 1084ea801f0f4080a247bcb21318dbdc17e50d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:43 rodent Exp $
#
DISTNAME= iswedish-1.2.1
PKGNAME= ispell-svenska-1.2.1
CATEGORIES= textproc
MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html
COMMENT= Swedish dictionary for interactive spelling checker
INSTALLATION_DIRS= lib
DEPENDS+= ispell>=3.1.20:../../textproc/ispell
.include "../../mk/bsd.pkg.mk"
|