18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rzip
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://rzip.samba.org/ftp/rzip/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compression program similar to gzip or bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
MAN1= rzip.1
|
|
PLIST_FILES= bin/rzip
|
|
|
|
.include <bsd.port.mk>
|