1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/textproc/rman/Makefile
Satoshi Asami ef266c5fdb Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use in
commercial products) so it has NO_PACKAGE=yes.
1995-08-19 06:54:29 +00:00

23 lines
509 B
Makefile

# 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.4 1995/04/15 03:45:54 asami Exp $
#
DISTNAME= rman-2.4
CATEGORIES+= utilities
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>