blob: 652bbf447484d7d07f76212726effb6e93dcbe05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: aspell
# Version required: 0.29
# Date created: 7 December 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
DISTNAME= aspell-.29
PKGNAME= aspell-0.29
CATEGORIES= textproc
MASTER_SITES= http://download.sourceforge.net/aspell/
MAINTAINER= ade@FreeBSD.org
USE_NEWGCC= yes
USE_LIBTOOL= yes
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}"
USE_GMAKE= yes
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
.include <bsd.port.mk>
|