freebsd-ports/sysutils/confman/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

24 lines
504 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:shells/bash \
svn:devel/subversion \
sudo:security/sudo \
greadlink:sysutils/coreutils \
wget:ftp/wget
BUILD_DEPENDS:= ${RUN_DEPENDS}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=/var
.include <bsd.port.mk>