blob: a76e6d86b9219bb39b1eec2d3742261a60ce4314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.3 2001/02/17 17:37:31 wiz Exp $
#
DISTNAME= pspell-.11.2
PKGNAME= lib${DISTNAME:S/-./-0./}
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pspell/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://pspell.sourceforge.net/
COMMENT= generic interface to spell checker libraries
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/pspell
.include "../../mk/bsd.pkg.mk"
|