mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
85606d7ed9
- Take maintainership
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= parchive
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF/${PORTNAME}/par/${PORTVERSION}
|
|
DISTNAME= par-v${PORTVERSION}
|
|
|
|
MAINTAINER= ak@FreeBSD.org
|
|
COMMENT= Parity Archiver - makes multiple parity volumes from a set of files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= uidfix
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
PLIST_FILES= bin/parchive
|
|
WRKSRC= ${WRKDIR}/par-cmdline
|
|
|
|
.include <bsd.port.mk>
|