Some cleanups for the Makefile

This commit is contained in:
Nico Schottelius 2006-10-20 11:22:57 +02:00
parent 5f6a314749
commit 8698e47a59
1 changed files with 8 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# Makefile for ports - Nico Schottelius
# New ports collection makefile for: oneko
# New ports collection makefile for: ccollect
# Date created: 2006-10-20
# Whom: asami
# Whom: Nico Schottelius <nico-fbsd-ccollect@schottelius.org>
#
# $FreeBSD$
#
USE_BZIP2= yes
PORTNAME= ccollect
PORTVERSION= 0.5.1
CATEGORIES= sysutils archivers
@ -15,6 +15,9 @@ MAINTAINER= nico-fbsd-ccollect@schottelius.org
COMMENT= (pseudo) incremental (parallel) backup
MAN1= ccollect.sh.1
MANCOMPRESSED= yes
MANCOMPRESSED= no
USE_BZIP2= yes
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
.include <bsd.port.mk>