mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.1 KiB
Tcl
35 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:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup rpeyron libxmldiff 0.2.9 v
|
|
revision 1
|
|
github.tarball_from archive
|
|
checksums rmd160 b0f67e10ee41e9746da9134bc8aeab0dbdca2be7 \
|
|
sha256 9c44bcb83926b332e1ea9df224122e17700f2c93e862ec836560eacd0004d5fa \
|
|
size 427017
|
|
|
|
categories textproc
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description libxmldiff aims at providing efficient diff on XML files
|
|
long_description {*}${description}
|
|
|
|
homepage https://www.lprp.fr/libxmldiff/
|
|
|
|
depends_build path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib port:libxml2 \
|
|
port:libxslt \
|
|
port:libiconv \
|
|
port:zlib
|
|
|
|
patchfiles configure.ac.patch
|
|
|
|
# Avoid:
|
|
# WARNING: 'aclocal-1.16' is missing on your system.
|
|
# Also, we are patching configure.ac.
|
|
use_autoreconf yes
|
|
autoreconf.args --install --verbose --force
|