# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                miniupnpc
version             1.5.20110527
categories          net
platforms           darwin
license             BSD
maintainers         singingwolfboy openmaintainer
description         Lightweight client for UPnP protocol
long_description    \
    ${description}
    
homepage            http://miniupnp.free.fr/
master_sites        http://miniupnp.free.fr/files/download.php?file=${distname}${extract.suffix}&dummy=
checksums           md5     989937e60249be28332ba7e29457a163 \
                    sha1    c7454dc5c3dbe9b18b07d6a34b202af2521bb27d \
                    rmd160  4812baf2e7839f51aca655eae74aa25ceb068d3f
use_configure       no
destroot.destdir    PREFIX=${prefix} INSTALLPREFIX=${destroot}${prefix}

# livecheck.type      regex
# livecheck.url       http://miniupnp.free.fr/files/
# livecheck.regex     ${name}-(\[0-9\.\]+).tar.gz
