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
22 lines
856 B
Plaintext
22 lines
856 B
Plaintext
PortSystem 1.0
|
|
|
|
name scud
|
|
version 1.5.5
|
|
categories comms
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description Tell your CID capable modem to answer those annoying calls
|
|
long_description If you have the caller id service from your phone provider \
|
|
and your modem has caller id capability (accepts AT+VCID=2 \
|
|
or AT#CID=2 commands), This port can cause the modem to \
|
|
answer the call giving the caller an earful.
|
|
homepage http://www.drqware.com/scud
|
|
platforms darwin freebsd
|
|
master_sites ${homepage}/downloads/
|
|
checksums md5 c49f6f8b65ff5a2dbd4316d67da08398
|
|
patchfiles patch-Makefile
|
|
use_configure no
|
|
build.type bsd
|
|
build.args PREFIX=${prefix}
|
|
destroot.destdir PREFIX=${destroot}${prefix}
|