openbsd-ports/textproc/zoem/Makefile
sturm 66a8a98c72 Initial import of zoem 03-300
Zoem is an interpretive macro/programming language.

It can be used as an allround macro language, but has more
specialized uses as well.  One such specific use is its support
for creating small mark-up languages that map to different
devices (creating manual pages and FAQs for HTML, troff, and
Postscript).  Zoem has character filtering capabilities tailored
to this application.  It can also be used for general practical
document creation, allowing semantic mark-up, abstraction from
repeated (mark-up) elements, centralized control, automatic
generation of TOC sections, and more of that cruft.

WWW: http://micans.org/zoem/

from Andreas Kahari <andreas dot kahari at unix dot net>
2003-11-08 22:15:47 +00:00

25 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/11/08 22:15:47 sturm Exp $
COMMENT= "interpretive macro/programming language"
V= 03-300
DISTNAME= zoem-${V}
PKGNAME= zoem-${V:S,-,_,}
CATEGORIES= textproc lang
HOMEPAGE= http://micans.org/zoem/
MAINTAINER= Andreas Kahari <andreas.kahari@unix.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://micans.org/zoem/src/
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>