freebsd-ports/sysutils/confman/Makefile
Pav Lucistnik b8a9ed5258 - "I missed an important configuration option in the original port submission."
PR:		ports/134354
Submitted by:	Chris Cowart <ccowart@timesinks.net> (maintainer)
2009-05-11 21:21:10 +00:00

28 lines
642 B
Makefile

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