ccollect/external/freebsd-port/Makefile

21 lines
447 B
Makefile
Raw Normal View History

2006-10-19 22:25:06 +00:00
# Makefile for ports - Nico Schottelius
# Date created: 2006-10-20
# Whom: asami
#
# $FreeBSD$
#
USE_BZIP2= yes
2006-10-19 22:25:06 +00:00
PORTNAME= ccollect
PORTVERSION= 0.5.1
CATEGORIES= sysutils archivers
MASTER_SITES= http://unix.schottelius.org/ccollect/
2006-10-19 22:25:06 +00:00
MAINTAINER= nico-fbsd-ccollect@schottelius.org
COMMENT= (pseudo) incremental (parallel) backup
MAN1= ccollect.sh.1
MANCOMPRESSED= yes
.include <bsd.port.mk>