2003-07-18 00:50:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2003/07/17 22:54:01 grant Exp $
|
2002-01-15 02:07:24 +01:00
|
|
|
#
|
|
|
|
|
2003-01-15 01:23:55 +01:00
|
|
|
DISTNAME= aspell-0.50.3
|
2003-07-13 15:50:19 +02:00
|
|
|
PKGREVISION= 2
|
2002-01-15 02:07:24 +01:00
|
|
|
CATEGORIES= textproc
|
2003-01-15 01:23:55 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
|
2002-12-25 04:47:36 +01:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= wiz@NetBSD.org
|
2003-01-15 01:23:55 +01:00
|
|
|
HOMEPAGE= http://aspell.net/
|
2002-01-15 02:07:24 +01:00
|
|
|
COMMENT= spell checker with good multi-language support
|
|
|
|
|
2003-01-23 01:01:43 +01:00
|
|
|
CONFLICTS= libpspell-[0-9]*
|
|
|
|
|
2003-01-15 01:23:55 +01:00
|
|
|
USE_BUILDLINK2= yes
|
2002-01-15 02:07:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
|
|
|
|
# halfdelay()
|
2003-01-23 10:16:19 +01:00
|
|
|
INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-*
|
2002-01-15 02:07:24 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell
|
|
|
|
CONFIGURE_ARGS+= --enable-curses=ncurses
|
|
|
|
|
2003-07-13 16:06:08 +02:00
|
|
|
REPLACE_PERL= scripts/aspell-import
|
|
|
|
|
2003-01-15 01:23:55 +01:00
|
|
|
# Create directory for dictionaries.
|
|
|
|
#
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/lib/aspell
|
|
|
|
|
2002-10-05 04:48:33 +02:00
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
2002-01-15 02:07:24 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|