2001-11-27 17:43:12 +01:00
|
|
|
# New ports collection makefile for: parchive
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
|
|
# Date created: 26 November 2001
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= parchive
|
2002-11-11 19:02:36 +01:00
|
|
|
PORTVERSION= 1.1
|
2001-11-27 17:43:12 +01:00
|
|
|
CATEGORIES= archivers
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/par/${PORTVERSION}
|
2001-11-27 17:43:12 +01:00
|
|
|
DISTNAME= par-v${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Parity Archiver - makes multiple parity volumes from a set of files
|
2001-11-27 17:43:12 +01:00
|
|
|
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/parchive
|
2002-11-11 19:02:36 +01:00
|
|
|
WRKSRC= ${WRKDIR}/par-cmdline
|
2001-11-27 17:43:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|