1998-12-24 16:29:00 +00:00
|
|
|
# New ports collection makefile for: aspell
|
2000-02-28 00:36:49 +00:00
|
|
|
# Version required: 0.29.1
|
1998-12-24 16:29:00 +00:00
|
|
|
# Date created: 7 December 1998
|
|
|
|
# Whom: Josh Gilliam <josh@quick.net>
|
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-12-24 16:29:00 +00:00
|
|
|
#
|
|
|
|
|
2000-02-28 00:36:49 +00:00
|
|
|
DISTNAME= aspell-.29.1
|
|
|
|
PKGNAME= aspell-0.29.1
|
1998-12-24 16:29:00 +00:00
|
|
|
CATEGORIES= textproc
|
2000-01-22 17:59:45 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/aspell/
|
1998-12-24 16:29:00 +00:00
|
|
|
|
2000-01-22 17:59:45 +00:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1998-12-24 16:29:00 +00:00
|
|
|
|
1999-12-29 22:52:56 +00:00
|
|
|
USE_NEWGCC= yes
|
1999-08-26 20:48:31 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-01-22 17:59:45 +00:00
|
|
|
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}"
|
1998-12-24 16:29:00 +00:00
|
|
|
USE_GMAKE= yes
|
2000-01-22 17:59:45 +00:00
|
|
|
MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS}
|
1998-12-24 16:29:00 +00:00
|
|
|
|
1999-08-22 19:46:45 +00:00
|
|
|
.include <bsd.port.mk>
|