1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/asciidoc/trunk/Makefile

Revision 16916, 1.1 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = asciidoc
2VERSION = 8.6.6
3CATEGORIES = utils
4GARTYPE = v2
5
6DESCRIPTION = A Documentation Generator
7define 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.
15endef
16
17PACKAGES = CSWasciidoc
18CATALOGNAME_CSWasciidoc = asciidoc
19
20ARCHALL_CSWasciidoc = 1
21
22RUNTIME_DEP_PKGS_CSWasciidoc = CSWpython CSWggetopt
23
24MASTER_SITES = $(SF_MIRRORS)
25DISTFILES  = $(NAME)-$(VERSION).tar.gz
26DISTFILES += $(AUTOFILES)
27
28PATCHFILES = handle-csw-etc-paths.patch
29PATCHFILES += 0002-Add-opt-csw-gnu-bin-to-PATH-in-a2x.py.patch
30
31TEST_TARGET = test
32
33INSTALL_ARGS = vimdir=/opt/csw/etc/vim
34
35CHECKPKG_OVERRIDES_CSWasciidoc += surplus-dependency|CSWggetopt
36
37include gar/category.mk
38
39# until the autoconf stuff is included upstream, we'll maintain and import our
40# own.
41pre-configure-modulated:
42        ( cd $(WORKSRC); autoconf )
43        @$(MAKECOOKIE)
Note: See TracBrowser for help on using the browser.