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
23 lines
730 B
Plaintext
23 lines
730 B
Plaintext
PortSystem 1.0
|
|
PortGroup gnustep 1.0
|
|
|
|
name Pantomime
|
|
version 1.2.0pre3
|
|
platforms darwin
|
|
license LGPL-2.1+
|
|
maintainers nomaintainer
|
|
description a framework for supporing POP, IMAP3, and SMTP
|
|
long_description Pantomime is a framework that implements support for POP, \
|
|
IMAP3, and SMTP. It's fast and easy to use.
|
|
homepage http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3
|
|
master_sites http://www.collaboration-world.com/pantomime.data/releases/Stable/
|
|
checksums md5 06ee16477aacf7c5031936997723c791
|
|
|
|
depends_lib port:gnustep-base
|
|
worksrcdir ${name}
|
|
|
|
post-patch {
|
|
reinplace "s|lcrypto|lcrypto -liconv -lgnustep-base|" \
|
|
${worksrcpath}/Framework/Pantomime/GNUmakefile
|
|
}
|