freebsd-ports/archivers/parchive/Makefile

21 lines
508 B
Makefile

# 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
COMMENT= Parity Archiver - makes multiple parity volumes from a set of files
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/parchive
WRKSRC= ${WRKDIR}/par-cmdline
.include <bsd.port.mk>