1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/archivers/hffzip/Makefile
Martin Wilke cec03f76b7 - Update MASTER_SITES and WWW: line
PR:		158460
Submitted by:	Ports Fury
2011-07-02 14:24:23 +00:00

28 lines
560 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://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}
PLIST_FILES= bin/hffzip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>