aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aspell/Makefile
blob: e4a91209c5b8343dd0b9787791668aec66cdb080 (plain) (blame)
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
# New ports collection makefile for:    aspell
# Date created:             7 December 1998
# Whom:                 Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#

PORTNAME=   aspell
PORTVERSION=    0.33.6.3
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/^0//}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    pspell.4:${PORTSDIR}/textproc/pspell

USE_NEWGCC= yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-dict-dir=${PREFIX}/share/aspell \
        --enable-doc-dir=${PREFIX}/share/doc/aspell
MAKE_ARGS=  NOPORTDOCS=${NOPORTDOCS}
INSTALLS_SHLIB= yes

.include <bsd.port.mk>