Add Makefile for freebsd forts
This commit is contained in:
parent
41669d794b
commit
e759b04a92
2 changed files with 22 additions and 2 deletions
|
@ -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)"
|
||||
|
||||
|
|
20
external/freebsd-port/Makefile
vendored
Normal file
20
external/freebsd-port/Makefile
vendored
Normal file
|
@ -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 <bsd.port.mk>
|
Loading…
Reference in a new issue