freebsd-ports/archivers/rzip/Makefile
Bernhard Froehlich 0f289ad9ce
archivers/rzip: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:35 +00:00

26 lines
469 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
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
USES= cpe
CPE_VENDOR= rzip_project
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX}
PLIST_FILES= bin/rzip man/man1/rzip.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip
.include <bsd.port.mk>