mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# New ports collection makefile for: rman
|
|
# Version required: 3.0.8
|
|
# Date created: 27 Dec 1994
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= rman-3.0.8
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
NO_CDROM= "License required"
|
|
MAN1= rman.1
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/rman
|
|
|
|
.include <bsd.port.mk>
|