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