2013-09-20 15:11:20 +02:00
|
|
|
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-06-11 12:57:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hffzip
|
|
|
|
PORTVERSION= 1.01
|
|
|
|
CATEGORIES= archivers
|
2011-07-02 16:24:23 +02:00
|
|
|
MASTER_SITES= http://retis.sssup.it/~scordino/code/
|
2003-06-11 12:57:35 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
|
2004-01-07 21:13:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-11 12:57:35 +02:00
|
|
|
COMMENT= File compressor based on Huffman coding
|
|
|
|
|
2011-07-02 16:24:23 +02:00
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2003-06-11 12:57:35 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2005-09-17 22:33:52 +02:00
|
|
|
PLIST_FILES= bin/hffzip
|
|
|
|
|
2003-06-11 12:57:35 +02:00
|
|
|
do-install:
|
2013-09-25 04:22:52 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
|
2003-06-11 12:57:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|