You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
44 lines
1.3 KiB
Tcl
44 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-chm
|
|
version 0.8.4
|
|
revision 1
|
|
categories-append textproc
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
|
|
description PyCHM is a set of Python bindings for Jed Wing's chmlib.
|
|
long_description ${description}
|
|
homepage http://gnochm.sourceforge.net/pychm.html
|
|
|
|
master_sites sourceforge:gnochm
|
|
distname pychm-${version}
|
|
checksums sha1 73104f4a351dc1450a16f07680d772817b05442d \
|
|
rmd160 0d7e5bc293b856fc0ac8f76acc7d18e63447c6f7 \
|
|
sha256 84c99d7b28fb6862ee60a5d1d52fad0da4c95f1934e9c101d3293ee7e8b5357d \
|
|
size 28803
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:chmlib
|
|
|
|
patchfiles patch-no-inline.diff
|
|
|
|
build.env CFLAGS=-I${prefix}/include \
|
|
LDFLAGS=-L${prefix}/lib
|
|
|
|
post-destroot {
|
|
xinstall -m 0644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
|
|
${destroot}${prefix}/share/doc/${subport}
|
|
}
|
|
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.regex "pychm/(\\d+(?:\\.\\d+)*)"
|
|
}
|