summaryrefslogtreecommitdiff
path: root/archivers/rzip/Makefile
blob: 88841717a744a1054868977192ab862c90f1bb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX}

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

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

.include <bsd.port.mk>