freebsd-ports/sysutils/confman/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

30 lines
732 B
Makefile

# New ports collection makefile for: confman
# Date created: 6 May 2009
# Whom: ccowart@timesinks.net
#
# $FreeBSD$
#
PORTNAME= confman
PORTVERSION= 1.9.4b
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/subversion \
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>