freebsd-ports/archivers/parchive/Makefile
Chris D. Faulhaber e387f47091 Add parchive, an archiver that applies the data-recovery capability
concepts of RAID-like systems to the creation and recovery of multi-
part archives.
2001-11-27 16:43:12 +00:00

20 lines
445 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.0
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= par-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/par-cmdline-${PORTVERSION}
.include <bsd.port.mk>