pkgsrc/textproc/aspell-dutch/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

21 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/06/02 01:16:49 jschauma Exp $
#
DISTNAME= aspell-nl-0.50-2
PKGNAME= ${DISTNAME:C/nl-(.*)-(.*)$/dutch-\1.\2/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nl/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://aspell.net/
COMMENT= Dutch language support for aspell
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
.include "../../textproc/aspell/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"