336f8d5bde
(subversion16 will be removed from the tree) - bump PORTREVISION PR: 196267 Submitted by: ohauer Approved by: maintainer timeout
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# Created by: ccowart@timesinks.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= confman
|
|
PORTVERSION= 1.9.4b
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.timesinks.net/distfiles/
|
|
|
|
MAINTAINER= ccowart@timesinks.net
|
|
COMMENT= 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
|
|
|
|
.include <bsd.port.mk>
|