freebsd-ports/archivers/parchive/Makefile

22 lines
508 B
Makefile
Raw Normal View History

# New ports collection makefile for: parchive
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
# Date created: 26 November 2001
#
# $FreeBSD$
#
PORTNAME= parchive
PORTVERSION= 1.1
CATEGORIES= archivers
MASTER_SITES= SF/${PORTNAME}/par/${PORTVERSION}
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
MAKEFILE= ${FILESDIR}/Makefile
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/parchive
WRKSRC= ${WRKDIR}/par-cmdline
.include <bsd.port.mk>