Changeset View
Changeset View
Standalone View
Standalone View
net-mgmt/rancid3/Makefile
| PORTNAME= rancid | PORTNAME= rancid | ||||
| PORTVERSION= 3.13 | PORTVERSION= 3.13 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= net-mgmt | CATEGORIES= net-mgmt | ||||
| MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ | MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ | ||||
| PKGNAMESUFFIX= 3 | PKGNAMESUFFIX= 3 | ||||
| MAINTAINER= marcus@FreeBSD.org | MAINTAINER= marcus@FreeBSD.org | ||||
| COMMENT= Really Awesome New Cisco confIg Differ | COMMENT= Really Awesome New Cisco confIg Differ | ||||
| WWW= https://www.shrubbery.net/rancid/ | WWW= https://www.shrubbery.net/rancid/ | ||||
| Show All 29 Lines | |||||
| OPTIONS_DEFINE= COMWARE | OPTIONS_DEFINE= COMWARE | ||||
| OPTIONS_DEFAULT= CVS | OPTIONS_DEFAULT= CVS | ||||
| COMWARE_DESC= Add experimental support for Comware devices | COMWARE_DESC= Add experimental support for Comware devices | ||||
| CVS_RUN_DEPENDS= cvs:devel/cvs | CVS_RUN_DEPENDS= cvs:devel/cvs | ||||
| CVS_CONFIGURE_ON= --without-svn | CVS_CONFIGURE_ON= --without-svn | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| SUBVERSION_RUN_DEPENDS= svn:devel/subversion-lts | |||||
| .else | |||||
| SUBVERSION_RUN_DEPENDS= svn:devel/subversion | SUBVERSION_RUN_DEPENDS= svn:devel/subversion | ||||
| .endif | |||||
| SUBVERSION_CONFIGURE_ON= --with-svn | SUBVERSION_CONFIGURE_ON= --with-svn | ||||
| GIT_RUN_DEPENDS= git:devel/git | GIT_RUN_DEPENDS= git:devel/git | ||||
| GIT_CONFIGURE_ON= --with-git | GIT_CONFIGURE_ON= --with-git | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if ${PORT_OPTIONS:MCOMWARE} | .if ${PORT_OPTIONS:MCOMWARE} | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||