a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name airctl
version 0.7.3
categories net
platforms darwin
maintainers nomaintainer@macports.org
description tool to trigger connection, get status of Airport Base Stations
long_description airctl is a commad-line utility to trigger connection \
and disconnection events on, and to print the status \
of an Apple AirPort Base Station. At the moment this \
is not a configuration utility.
homepage http://www.25thandclement.com/~william/projects/airctl.html
master_sites http://www.25thandclement.com/~william/projects/releases/
extract.suffix .tgz
checksums md5 2bd466ec56d1fb537ec47cbd4c2b6f9d
patchfiles patch-Makefile \
patch-airctl.c
use_configure no
build.target airctl
destroot {
xinstall -m 755 ${worksrcpath}/airctl ${destroot}${prefix}/bin
xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} COPYING INSTALL \
${destroot}${prefix}/share/doc/${name}
}