pkgsrc/www/viewvc/options.mk
scottr d50f95e659 Update viewvc package to 1.1.11.
Significant changes from version 1.0 include:

  * Pluggable, Python-based authorization subsystem
  * Support for path-based authorization, including parsing and honoring
    Subversion authz configuration files
  * Support for per-virtual host and per-root configurations
  * Template improvements
2011-11-01 21:08:55 +00:00

17 lines
358 B
Makefile

# $NetBSD: options.mk,v 1.2 2011/11/01 21:08:55 scottr Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.viewvc
PKG_SUPPORTED_OPTIONS= cvsgraph
.include "../../mk/bsd.options.mk"
###
### Use cvsgraph for printing pretty little pictures
###
.if !empty(PKG_OPTIONS:Mcvsgraph)
DEPENDS+= cvsgraph-[0-9]*:../../devel/cvsgraph
CVSGRAPH_OPT= 1
.else
CVSGRAPH_OPT= 0
.endif