Add Makefile for freebsd forts

This commit is contained in:
Nico Schottelius 2006-10-20 00:25:06 +02:00
commit e759b04a92
2 changed files with 22 additions and 2 deletions

20
external/freebsd-port/Makefile vendored Normal file
View 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>