You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34b3070336
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
28 lines
894 B
Tcl
28 lines
894 B
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 libyal libcstring 20150101
|
|
categories security
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license LGPL-3+
|
|
|
|
description Library for cross-platform C system functions
|
|
long_description ${description}
|
|
|
|
github.tarball_from releases
|
|
distname ${name}-alpha-${version}
|
|
worksrcdir ${name}-${version}
|
|
|
|
checksums rmd160 cb5cf62f257891a63197a327657b5130d52d01b0 \
|
|
sha256 7504f4372540b7826283620386131b4b2241ed96b3c5169528c1aa99096bea56
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:gettext \
|
|
port:libiconv
|
|
|
|
configure.args --with-libiconv-prefix=${prefix}
|