pkgsrc/textproc/aspell/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

51 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.65 2014/05/29 23:37:33 wiz Exp $
#
DISTNAME= aspell-0.60.6.1
PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Spell checker with good multi-language support
LICENSE= gnu-lgpl-v2.1
CONFLICTS= libpspell-[0-9]*
GNU_CONFIGURE= yes
USE_FEATURES= snprintf vsnprintf
USE_TOOLS+= gmake
# for bin/aspell-import
USE_TOOLS+= perl:run
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_NCURSES= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= yes
CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell
CONFIGURE_ARGS+= --enable-curses=ncurses
CONFIGURE_ARGS+= --enable-pkgdatadir=${PREFIX}/share/aspell
CONFIGURE_ARGS+= --enable-dict-dir=${PREFIX}/lib/aspell
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
CPPFLAGS+= -DDECLARE_VSNPRINTF -DDECLARE_SNPRINTF
# IRIX 5 has an older implementation of signal()
CPPFLAGS+= -DHAVE_OLD_SIGNAL
.endif
.include "options.mk"
REPLACE_PERL= scripts/aspell-import
NOT_FOR_COMPILER= xlc
LIBS.SunOS+= -lm
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"