openbsd-ports/textproc/rman/Makefile

27 lines
591 B
Makefile
Raw Normal View History

1997-11-18 19:08:17 -05:00
# OpenBSD makefile for: rman
1998-05-20 04:20:58 -04:00
# Version required: 3.0.5
1997-11-18 19:08:17 -05:00
# Date created: 18 Nov 1997
# Whom: ejovi
#
1998-05-20 04:22:48 -04:00
# $OpenBSD: Makefile,v 1.5 1998/05/20 08:22:48 angelos Exp $
1997-11-18 19:08:17 -05:00
#
1998-05-20 04:20:58 -04:00
DISTNAME= rman-3.0.5
1997-11-18 19:08:17 -05:00
CATEGORIES= textproc
NO_CDROM= "LIC: Requires licence for redistribution."
1997-11-18 19:08:17 -05:00
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
MAINTAINER= joey@OpenBSD.ORG
NO_CDROM= "License required"
MAN1= rman.1
post-install:
@strip ${PREFIX}/bin/rman
1998-05-20 04:22:48 -04:00
@chmod 755 $(PREFIX}/bin/rman
@chmod 644 ${PREFIX}/man/man1/rman.1
1997-11-18 19:08:17 -05:00
.include <bsd.port.mk>