# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 55144 2009-08-07 03:10:31Z toby@macports.org $

PortSystem 1.0

name                vstr
version             1.0.15
categories          devel
maintainers         nomaintainer
description         Vstr string library
long_description    Vstr is a safe and fast string library for C.
homepage            http://www.and.org/vstr/
platforms           darwin
master_sites        ${homepage}${version}/ \
                    ftp://ftp.and.org/pub/james/vstr/${version}/

use_bzip2           yes
use_parallel_build  yes

checksums           md5 578061d198bfe2d30b28b75ef8d92ceb \
                    sha1 4d2c19cb83f30239b3800abc5c9eda4f24dd0b78 \
                    rmd160 4b10b3b62a86e9c910f3e45439b9cb862e6f8eba

configure.args      --mandir=${prefix}/share/man
