mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
24 lines
554 B
Plaintext
24 lines
554 B
Plaintext
PortSystem 1.0
|
|
PortGroup gnustep 1.0
|
|
|
|
name WizardKit
|
|
version 0.1
|
|
platforms darwin
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
homepage http://home.gna.org/pmanager
|
|
|
|
description Wizard-style setup framework
|
|
long_description \
|
|
WizardKit is a framework to allow easy construction \
|
|
of wizard-style setup and navigation panels.
|
|
|
|
master_sites http://download.gna.org/pmanager/0.2/
|
|
checksums md5 ac6611f38ffe7d3b361c314d22b9951f
|
|
|
|
depends_lib port:gnustep-gui
|
|
|
|
array set gnustep.post_flags {
|
|
. "-lobjc -lgnustep-base -lgnustep-gui"
|
|
}
|