Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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"
}