1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/textproc/aspell/Makefile

23 lines
472 B
Makefile
Raw Normal View History

# New ports collection makefile for: aspell
2000-02-28 00:36:49 +00:00
# Version required: 0.29.1
# Date created: 7 December 1998
# Whom: Josh Gilliam <josh@quick.net>
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
2000-02-28 00:36:49 +00:00
DISTNAME= aspell-.29.1
PKGNAME= aspell-0.29.1
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>