# New ports collection makefile for:	hffzip
# Date created:				10 Jun 2003
# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD: ports/archivers/hffzip/Makefile,v 1.2 2003/07/22 10:34:05 krion Exp $
#

PORTNAME=	hffzip
PORTVERSION=	1.01
CATEGORIES=	archivers
MASTER_SITES=	http://utenti.quipo.it/claudioscordino/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	krion@FreeBSD.org
COMMENT=	File compressor based on Huffman coding

WRKSRC=		${WRKDIR}/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
		 ${PREFIX}/bin

.include <bsd.port.mk>
