1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/aspell/Makefile
2000-02-18 02:11:49 +00:00

23 lines
466 B
Makefile

# 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>