blob: 2f89332885606aa2a36923dcba708e98b8ab7923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
WWW= https://rzip.samba.org/
LICENSE= GPLv2
USES= cpe
CPE_VENDOR= rzip_project
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>
|