blob: 055da698da5954bb9e3c37eaaaf710737ebdcb3e (
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
24
|
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= hffzip
PORTVERSION= 1.01
CATEGORIES= archivers
MASTER_SITES= http://retis.sssup.it/~scordino/code/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= File compressor based on Huffman coding
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
PLIST_FILES= bin/hffzip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
|