Ticket #20560: Portfile

File Portfile, 869 bytes (added by tobias@…, 15 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                vstr
7version             1.0.15
8categories          devel
9maintainers         nomaintainer@macports.org
10description         Vstr string library
11long_description    Vstr is a safe and fast string library for C.
12homepage            http://www.and.org/vstr/
13platforms           darwin
14master_sites        http://www.and.org/vstr/1.0.15/ \
15                    http://www.and.org/vstr/latest/
16
17use_bzip2           yes
18use_parallel_build  yes
19
20checksums           md5 578061d198bfe2d30b28b75ef8d92ceb \
21                    sha1 4d2c19cb83f30239b3800abc5c9eda4f24dd0b78 \
22                    rmd160 4b10b3b62a86e9c910f3e45439b9cb862e6f8eba
23
24configure.args      --mandir=${prefix}/share/man
25