blob: 65674167aa4a52157281fa0f4eb4337499be03f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: freeze
# Date created: 20 Jul 1996
# Whom: lukin@okbmei.msk.su
#
# $FreeBSD$
#
PORTNAME= freeze
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/
MAINTAINER= ports@FreeBSD.org
COMMENT= Compression program - often used in QNX
GNU_CONFIGURE= yes
ALL_TARGET= prog
MAN1= freeze.1 melt.1 unfreeze.1 fcat.1 statist.1
.include <bsd.port.mk>
|