mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4c23a2c3a1
- Support staging - Take maintainership
20 lines
346 B
Makefile
20 lines
346 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rzip
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SAMBA
|
|
MASTER_SITE_SUBDIR= 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
|
|
|
|
.include <bsd.port.mk>
|