Portfile

# $Id: Portfile 20267 2006-11-01 01:45:51Z blair@macports.org $

PortSystem 1.0
name cvs
version 1.11.22
description Concurrent Versions System
long_description CVS is the Concurrent Versions System, the dominant \
open-source network-transparent version control \
system. CVS is useful for everyone from individual \
developers to large, distributed teams:
homepage http://www.nongnu.org/cvs/
platforms darwin
maintainers yeled@macports.org
master_sites http://ftp.gnu.org/non-gnu/cvs/source/stable/$version
checksums md5 f24043a640509aff1aa28871dd345762
categories devel net
use_bzip2 yes

livecheck.check regex
livecheck.url http://savannah.nongnu.org/projects/cvs/
livecheck.regex Stable CVS Version (\[0-9.\]+) Released!

configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man
configure.env TMPDIR= TMP= TEMP=

variant gssapi {
configure.args-append --enable-encryption --with-gssapi
}

variant proxy {
patchfiles-append patch-cvs-proxy
}

files