pkgsrc/textproc/zoem/Makefile
cheusov 712196ebea Zoem is an interpretive macro language with substantial facilities for
programming. It supports a two-stage process, consisting of macro
interpretation (featuring inside-out evaluation if needed), followed
by a simple and powerful application of stream character filtering.

Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like
\it{PostScript}, and various resemblances to \it{m4} and \it{info}.
It has interfaces to modules making life easy \- counters, references,
arithmetic, multi-dimensional data storage, input/output operations,
regular expressions, and system commands.
2011-05-08 18:47:44 +00:00

18 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/05/08 18:47:44 cheusov Exp $
#
DISTNAME= zoem-10-265
PKGNAME= ${DISTNAME:S/10-/10./}
CATEGORIES= textproc
MASTER_SITES= http://www.micans.org/zoem/src/
MAINTAINER= cheusov@tut.by
HOMEPAGE= http://www.micans.org/zoem/
COMMENT= Interpretive macro/programming language
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"