pkgsrc/textproc/aspell-english/Makefile
reed be7cf2d4f1 Add patch-ab to not use "which" command.
And set in configure environment: ASPELL and PREZIP to
path to executables.
2005-08-23 21:37:24 +00:00

19 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/08/23 21:37:24 reed Exp $
#
DISTNAME= aspell6-en-6.0-0
PKGNAME= aspell-english-6.0.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= English language support for aspell
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell
CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"