# $Id: Portfile,v 1.1 2003/07/23 06:14:45 ssen Exp $ PortSystem 1.0 name ipcheck version 0.205 categories net maintainers mail@mweissmann.de description dynamic dns client in python long_description ipcheck updates your ip address at one of the dynamic \ dns address providers like dyndns.org homepage http://ipcheck.sourceforge.net/ master_sites ${homepage}releases/ distfiles ipcheck.205 checksums md5 91a16b18fe8996412b1dc7b67bf82649 depends_run bin:python:python pre-extract { system "mkdir -p ${worksrcpath}" } extract.cmd cp extract.pre_args {} extract.post_args ${worksrcpath} post-patch { reinplace \ "s|/usr/bin/python|/usr/bin/env python|g" \ ${worksrcpath}/ipcheck.205 } configure {} build.cmd true install.destroot ${destroot}${prefix} post-install { system "install -m 755 ${worksrcpath}/ipcheck.205 \ ${destroot}${prefix}/bin/ipcheck" }