summaryrefslogtreecommitdiff
path: root/archivers/hffzip/Makefile
blob: 7e37c32d0f4052c98022cc630b5cc2941f9aecff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	hffzip
# Date created:				10 Jun 2003
# Whom:					Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

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>