6ad71732cf
3.0.6 is no longer available.
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.13 2000/04/18 04:02:20 fredb Exp $
|
|
# FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp
|
|
#
|
|
|
|
DISTNAME= rman-3.0.8
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://http.cs.berkeley.edu/~phelps/tcltk/
|
|
|
|
RESTRICTED= "Permission to incorporate this software into commercial products is needed."
|
|
NO_CDROM= "License required"
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/rman
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|