diff options
Diffstat (limited to 'textproc/aspell-esperanto/Makefile')
-rw-r--r-- | textproc/aspell-esperanto/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/aspell-esperanto/Makefile b/textproc/aspell-esperanto/Makefile new file mode 100644 index 00000000000..d9147ba3b0b --- /dev/null +++ b/textproc/aspell-esperanto/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:45:53 salo Exp $ +# + +DISTNAME= aspell-eo-0.50-2 +PKGNAME= ${DISTNAME:C/eo-(.*)-(.*)$/esperanto-\1.\2/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://aspell.net/ +COMMENT= Esperanto 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 + +MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" +MAKE_ENV+= INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" + +.include "../../textproc/aspell/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |