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

PORTNAME=   aspell
PORTVERSION=    0.31.1
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}-.31.1

MAINTAINER= ade@FreeBSD.org

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

USE_NEWGCC= yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
USE_GMAKE=  yes
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}

.include <bsd.port.mk>