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