freebsd-ports/archivers/hffzip/Makefile
Marcus Alves Grando 19531ff7ba Update MASTER_SITES and WWW
PR:		ports/86262
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	pav (mentor)
2005-09-17 20:33:52 +00:00

25 lines
515 B
Makefile

# 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://www.di.unipi.it/~scordino/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= File compressor based on Huffman coding
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/hffzip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>