head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.09.00.38.45;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	kzip
# Date created:		Thu Jan 8 2009 14:06:34 UTC
# Whom:			Mario Sergio Fujikawa Ferreira <lioux@@FreeBSD.org>
#
# $FreeBSD: head/archivers/kzip/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	kzip
DISTVERSION=	20070805
CATEGORIES=	archivers linux
MASTER_SITES=	http://static.jonof.id.au.nyud.net/dl/kenutils/
DISTNAME=	kzipmix-${DISTVERSION}-linux-static

MAINTAINER=	lioux@@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
WRKSRC=		${WRKDIR}/kzipmix-static

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} ${PREFIX}/bin/${file:S/-static$//}
.endfor

.include <bsd.port.mk>
@


1.1
log
@New port kzip version 20070805: PKZIP-compatible compressor focusing
on space over speed.
@
text
@d5 1
a5 1
# $FreeBSD$
@

