You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
PortGroup github 1.0
|
|
|
|
github.setup michaelrsweet htmldoc 1.9.18 v
|
|
revision 0
|
|
checksums rmd160 3b415779e6cfdd8ca310bc22aae14eb97d4755f3 \
|
|
sha256 36492b39754ccd00c1183f8237850f09a3a807bb55cfaa9822090343c5012f09 \
|
|
size 3289754
|
|
|
|
categories textproc
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
platforms darwin
|
|
|
|
description Converts HTML or Markdown files to various other formats
|
|
long_description \
|
|
HTMLDOC is a program that reads HTML and Markdown source files \
|
|
or web pages and generates corresponding EPUB, HTML, PostScript, \
|
|
or PDF files with an optional table of contents.
|
|
|
|
github.tarball_from releases
|
|
distname ${name}-${version}-source
|
|
worksrcdir ${name}-${version}
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
depends_lib path:include/turbojpeg.h:libjpeg-turbo port:libpng port:zlib
|
|
|
|
configure.args --without-gui
|