PortSystem        1.0

name              cvsps
version           2.1
revision          2
description       Create patchset information from CVS.
long_description  CVSps is a program for generating 'patchset' information \
                  from a CVS repository. A patchset in this case is defined \
                  as a set of changes made to a collection of files, and all \
                  committed at the same time (using a single 'cvs commit' \
                  command). This information is valuable to seeing the big \
                  picture of the evolution of a cvs project. While cvs tracks \
                  revision information, it is often difficult to see what \
                  changes were committed 'atomically' to the repository.
maintainers       nomaintainer
categories        devel
license           GPL-2
platforms         darwin
homepage          http://cvsps.sourceforge.net/
master_sites      ${homepage}
distname          cvsps-${version}
 
checksums         md5 bde2110ed9f5d14de8f8cb04e9d596fe \
                  sha1 a53a62b121e7b86e07a393bcb8aa4f0492a747c4 \
                  rmd160 a3063f638fbf1136761549658432d5842e4a766f

depends_lib       port:zlib

patchfiles        cvsps_2.1-4.diff Makefile.diff

use_configure     no
build.env         CC=${configure.cc} \
                  CPPFLAGS=${configure.cppflags} \
                  "CFLAGS=${configure.cflags} [get_canonical_archflags cc]" \
                  "LDFLAGS=${configure.ldflags} [get_canonical_archflags ld]" \
                  prefix=${prefix}

destroot.env      prefix=${prefix}
