e387f47091
concepts of RAID-like systems to the creation and recovery of multi- part archives.
21 lines
445 B
Makefile
21 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>
|