summaryrefslogtreecommitdiffstats
path: root/archivers/rzip/Makefile
blob: 1c59d2bf04eed97c9f022d208eb19f4701053d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$

PORTNAME=	rzip
PORTVERSION=	2.1
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	SAMBA/rzip

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Compression program similar to gzip or bzip2

LICENSE=	GPLv2

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/rzip man/man1/rzip.1.gz

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip

.include <bsd.port.mk>
OpenPOWER on IntegriCloud