From e759b04a92abda906555d2cc6ba05e18c3edfac5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 20 Oct 2006 00:25:06 +0200 Subject: [PATCH] Add Makefile for freebsd forts --- ccollect.sh | 4 ++-- external/freebsd-port/Makefile | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 external/freebsd-port/Makefile diff --git a/ccollect.sh b/ccollect.sh index 093213e..fca0a92 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -14,8 +14,8 @@ CPREEXEC="$CDEFAULTS/pre_exec" CPOSTEXEC="$CDEFAULTS/post_exec" TMP=$(mktemp /tmp/$(basename $0).XXXXXX) -VERSION=0.5.1 -RELEASE="2006-10-19" +VERSION=0.5.X +RELEASE="2006-XXXXX" HALF_VERSION="ccollect $VERSION" FULL_VERSION="ccollect $VERSION ($RELEASE)" diff --git a/external/freebsd-port/Makefile b/external/freebsd-port/Makefile new file mode 100644 index 0000000..81a1277 --- /dev/null +++ b/external/freebsd-port/Makefile @@ -0,0 +1,20 @@ +# 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