1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/archivers/rzip/Makefile
Emanuel Haupt 4c23a2c3a1 - Add LICENSE
- Support staging
- Take maintainership
2013-11-15 09:41:40 +00:00

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>