blob: 01306f0cd90a5b57ec0862b4a0d5ee21a968822c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2009/07/07 21:48:25 joerg 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
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= lib
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
.include "../../mk/bsd.pkg.mk"
|