1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/sysutils/confman/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

25 lines
566 B
Makefile

# Created by: 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= 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
.include <bsd.port.mk>