freebsd-ports/archivers/hffzip/Makefile

25 lines
525 B
Makefile
Raw Normal View History

# 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}
2004-01-07 21:13:39 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= File compressor based on Huffman coding
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/hffzip
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
${PREFIX}/bin
.include <bsd.port.mk>