freebsd-ports/sysutils/confman/Makefile
Tilman Keskinoz 4367c897a6 Switch dependency to subversion 1.6, as the port requires the .svn files
PR:             173485
Submitted by:   Nat Baldwin <nbaldwin@berkeley.edu>
Approved by:    maintainer
Feature safe:   yes
2012-11-21 17:01:19 +00:00

31 lines
750 B
Makefile

# New ports collection makefile for: confman
# Date created: 6 May 2009
# Whom: ccowart@timesinks.net
#
# $FreeBSD$
#
PORTNAME= confman
PORTVERSION= 1.9.4b
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.timesinks.net/distfiles/
MAINTAINER= ccowart@timesinks.net
COMMENT= A revision controlled configuration manager
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
svn:${PORTSDIR}/devel/subversion16 \
sudo:${PORTSDIR}/security/sudo \
greadlink:${PORTSDIR}/sysutils/coreutils \
wget:${PORTSDIR}/ftp/wget
BUILD_DEPENDS:= ${RUN_DEPENDS}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=/var
MAN5= confman.conf.5
MAN8= confadmin.8 confaudit.8 confexport.8 confman.8 confsync.8
.include <bsd.port.mk>