forked from ungleich-public/ccollect
21 lines
449 B
Makefile
21 lines
449 B
Makefile
|
# Makefile for ports - Nico Schottelius
|
||
|
# Date created: 2006-10-20
|
||
|
# Whom: asami
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= ccollect
|
||
|
PORTVERSION= 0.5.1
|
||
|
CATEGORIES= games
|
||
|
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
|
||
|
|
||
|
MAINTAINER= nico-fbsd-ccollect@schottelius.org
|
||
|
COMMENT= (pseudo) incremental (parallel) backup
|
||
|
|
||
|
MAN1= ccollect.sh.1
|
||
|
MANCOMPRESSED= yes
|
||
|
USE_IMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|