mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
21 lines
395 B
Makefile
21 lines
395 B
Makefile
# New ports collection makefile for: rzip
|
|
# Date created: 9 April 2004
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rzip
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://rzip.samba.org/ftp/rzip/
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Compression program similar to gzip or bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= rzip.1
|
|
PLIST_FILES= bin/rzip
|
|
|
|
.include <bsd.port.mk>
|