|
Revision 16916, 1.1 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = asciidoc |
|---|
| 2 | VERSION = 8.6.6 |
|---|
| 3 | CATEGORIES = utils |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = A Documentation Generator |
|---|
| 7 | define BLURB |
|---|
| 8 | AsciiDoc is a text document format for writing short documents, |
|---|
| 9 | articles, books and UNIX man pages. AsciiDoc files can be translated to |
|---|
| 10 | HTML and DocBook markups using the asciidoc(1) command. |
|---|
| 11 | |
|---|
| 12 | AsciiDoc is highly configurable: both the AsciiDoc source file syntax |
|---|
| 13 | and the backend output markups (which can be almost any type of |
|---|
| 14 | SGML/XML markup) can be customized and extended by the user. |
|---|
| 15 | endef |
|---|
| 16 | |
|---|
| 17 | PACKAGES = CSWasciidoc |
|---|
| 18 | CATALOGNAME_CSWasciidoc = asciidoc |
|---|
| 19 | |
|---|
| 20 | ARCHALL_CSWasciidoc = 1 |
|---|
| 21 | |
|---|
| 22 | RUNTIME_DEP_PKGS_CSWasciidoc = CSWpython CSWggetopt |
|---|
| 23 | |
|---|
| 24 | MASTER_SITES = $(SF_MIRRORS) |
|---|
| 25 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 26 | DISTFILES += $(AUTOFILES) |
|---|
| 27 | |
|---|
| 28 | PATCHFILES = handle-csw-etc-paths.patch |
|---|
| 29 | PATCHFILES += 0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch |
|---|
| 30 | |
|---|
| 31 | TEST_TARGET = test |
|---|
| 32 | |
|---|
| 33 | INSTALL_ARGS = vimdir=/opt/csw/etc/vim |
|---|
| 34 | |
|---|
| 35 | CHECKPKG_OVERRIDES_CSWasciidoc += surplus-dependency|CSWggetopt |
|---|
| 36 | |
|---|
| 37 | include gar/category.mk |
|---|
| 38 | |
|---|
| 39 | # until the autoconf stuff is included upstream, we'll maintain and import our |
|---|
| 40 | # own. |
|---|
| 41 | pre-configure-modulated: |
|---|
| 42 | ( cd $(WORKSRC); autoconf ) |
|---|
| 43 | @$(MAKECOOKIE) |
|---|