freebsd-ports/archivers/kzip/Makefile
John Marino f303c72212 archivers/kzip: Upgrade version 20070805 => 20091108
PR:		191205
Submitted by:	Carlos JPM
2014-07-27 01:16:18 +00:00

37 lines
816 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= kzip
DISTVERSION= 20091108
CATEGORIES= archivers linux
MASTER_SITES= http://static.jonof.id.au/dl/kenutils/
DISTNAME= kzipmix-${DISTVERSION}-linux-static
MAINTAINER= ports@FreeBSD.org
COMMENT= PKZIP-compatible compressor focusing on space over speed
NO_CDROM= License does not allow redistribution
NO_PACKAGE= ${NO_CDROM}
RESTRICTED= ${NO_CDROM}
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
NO_BUILD= yes
FILES= kzip-static
.for file in ${FILES}
PLIST_FILES+= bin/${file:S/-static$//}
.endfor
post-extract:
.for file in ${FILES}
@${BRANDELF} -t Linux ${WRKSRC}/${file}
.endfor
do-install:
.for file in ${FILES}
@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin/${file:S/-static$//}
.endfor
.include <bsd.port.mk>