summaryrefslogtreecommitdiff
path: root/textproc/aspell-esperanto/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-01-17 06:45:53 +0000
committersalo <salo>2003-01-17 06:45:53 +0000
commit78a78a96dc39ae29cfb93abf43848baf20c1c282 (patch)
treee55cc7e400b24227550c8a9edb9856c74b7042c0 /textproc/aspell-esperanto/Makefile
parentc720a33bdf0a34b09fa81df5b94c84c11dfad58d (diff)
downloadpkgsrc-78a78a96dc39ae29cfb93abf43848baf20c1c282.tar.gz
Esperanto language support for aspell, e.g. `aspell -d esperanto -c $myfile'.
Diffstat (limited to 'textproc/aspell-esperanto/Makefile')
-rw-r--r--textproc/aspell-esperanto/Makefile24
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"