summaryrefslogtreecommitdiff
path: root/textproc/aspell/Makefile
blob: a78030e5cb8effa841e24ed1416dbb7240f5596e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# $NetBSD: Makefile,v 1.25 2004/10/07 16:36:47 tv Exp $
#

DISTNAME=		aspell-0.50.5
PKGREVISION=		3
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_BUILDLINK3=		yes
GNU_CONFIGURE=		yes
USE_GCC_SHLIB=		yes
USE_GNU_TOOLS+=		make
USE_LIBTOOL=		yes
USE_LANGUAGES=		c c++

CONFIGURE_ARGS+=	--enable-doc-dir=${PREFIX}/share/doc/aspell
CONFIGURE_ARGS+=	--enable-curses=ncurses

REPLACE_PERL=		scripts/aspell-import

LIBS.SunOS+=		-lm

.include "../../mk/compiler.mk"

.if !empty(PKGSRC_COMPILER:Msunpro)
LIBS.SunOS+=		-lCrun -lCstd
.endif

pre-patch:
.if !empty(PKGSRC_COMPILER:Msunpro)
	@cd ${WRKSRC} && ${PATCH} -p1 -s < suncc/aspell-0.50.4.1-suncc.diff
.endif

# Create directory for dictionaries.
#
post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell

.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"