# $Id: Portfile,v 1.26 2005/11/17 02:25:26 yeled Exp $ PortSystem 1.0 name cvs version 1.11.21 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 https://www.cvshome.org/ platforms darwin maintainers yeled@opendarwin.org master_sites http://ftp.gnu.org/non-gnu/cvs/source/stable/$version checksums md5 54dd9eeb0648c9eef680df7cb26c710e categories devel net use_bzip2 yes 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 }