1994-12-28 08:53:21 +00:00
|
|
|
# New ports collection makefile for: rman
|
1995-08-19 06:54:29 +00:00
|
|
|
# Version required: 2.4
|
1994-12-28 08:53:21 +00:00
|
|
|
# Date created: 27 Dec 1994
|
|
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
#
|
1996-10-08 07:48:16 +00:00
|
|
|
# $Id: Makefile,v 1.8 1996/06/15 06:24:19 asami Exp $
|
1995-04-15 03:46:07 +00:00
|
|
|
#
|
1994-12-28 08:53:21 +00:00
|
|
|
|
1996-10-08 07:48:16 +00:00
|
|
|
DISTNAME= rman-2.5a6
|
1995-11-26 10:48:46 +00:00
|
|
|
CATEGORIES+= misc
|
1995-04-15 03:46:07 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
1994-12-28 08:53:21 +00:00
|
|
|
|
1996-01-19 07:15:09 +00:00
|
|
|
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
|
1996-06-15 06:24:23 +00:00
|
|
|
NO_CDROM= yes # don't sell for profit
|
1995-08-19 06:54:29 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/rman.1
|
|
|
|
.endif
|
|
|
|
|
1994-12-28 08:53:21 +00:00
|
|
|
.include <bsd.port.mk>
|