blob: 5c071d44bc1005bdd140991618def0fcaa1ce317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rman
# Version required: 2.4
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.5 1995/08/19 06:54:21 asami Exp $
#
DISTNAME= rman-2.4
CATEGORIES+= misc
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
# Restrictive copyright
NO_PACKAGE= yes
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/rman.1
.endif
.include <bsd.port.mk>
|