blob: 712105a6c554cb4ad9418871caf82e46d8618345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:47 jlam 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
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
.include "../../mk/bsd.pkg.mk"
|