22 lines
401 B
Makefile
22 lines
401 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/rzip man/man1/rzip.1.gz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip
|
|
|
|
.include <bsd.port.mk>
|