blob: f38fac8be1e66101b6fa39b0d446c9db01316f01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|