blob: 25069dcd7caee1f302fae518813ee5f91f32a435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2003/07/17 22:54:26 grant Exp $
#
DISTNAME= iswedish-1.2.1
PKGNAME= ispell-svenska-1.2.1
CATEGORIES= textproc
MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/
MAINTAINER= tech-pkg@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"
|