freebsd-ports/sysutils/cdeploy/Makefile
Martin Wilke 15b95faf0c This is a port of the cdeploy utility, a tool which can be used to deploy a
directory sub-tree into another directory tree. cdeploy is currently
maintained by the RootForum.org community.

WWW: http://sourceforge.net/projects/root-tools/

PR:		ports/146400
Submitted by:	"Jesco Freund" <jesco.freund@my-universe.com>
2010-05-09 08:13:28 +00:00

23 lines
427 B
Makefile

# New ports collection makefile for: cdeploy
# Date created: 8 May 2010
# Whom: jfreund
#
# $FreeBSD$
#
PORTNAME= cdeploy
PORTVERSION= 0.2.1
CATEGORIES= sysutils
MASTER_SITES= SF/root-tools/cdeploy/0.2
MAINTAINER= aihal@users.sourceforge.net
COMMENT= Deploy a set of configuration files to a target file system
USE_BZIP2= yes
MAN1= cdeploy.1
MANCOMPRESSED= yes
PLIST_FILES= sbin/cdeploy
.include <bsd.port.mk>