mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
fa3a17c064
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)
25 lines
566 B
Makefile
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>
|