freebsd-ports/archivers/freeze/Makefile
David E. O'Brien d23a795680 CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00

25 lines
569 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.1.1.1 1996/08/09 08:16:16 asami 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
post-install:
.if !defined(NOMANCOMPRESS)
.for man in freeze melt unfreeze fcat statist
gzip -9nf ${PREFIX}/man/man1/${man}.1
.endfor
.endif
.include <bsd.port.mk>