mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# New ports collection makefile for: freeze
|
|
# Version required: 2.5
|
|
# Date created: 20 Jul 1996
|
|
# Whom: lukin@okbmei.msk.su
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/11/12 02:17:22 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= freeze-2.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://lupin.csv.warwick.ac.uk/pub/compression/
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= prog
|
|
MAN1= freeze.1 melt.1 unfreeze.1 fcat.1 statist.1
|
|
|
|
.include <bsd.port.mk>
|