b0c3a84996
Simplify the pattern.
33 lines
773 B
Makefile
33 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/01/23 09:16:19 salo Exp $
|
|
#
|
|
|
|
DISTNAME= aspell-0.50.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
|
|
|
|
MAINTAINER= wiz@netbsd.org
|
|
HOMEPAGE= http://aspell.net/
|
|
COMMENT= spell checker with good multi-language support
|
|
|
|
CONFLICTS= libpspell-[0-9]*
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
# halfdelay()
|
|
INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-*
|
|
|
|
CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell
|
|
CONFIGURE_ARGS+= --enable-curses=ncurses
|
|
|
|
# Create directory for dictionaries.
|
|
#
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/lib/aspell
|
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|