openbsd-ports/misc/tkman/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

27 lines
677 B
Makefile

# OpenBSD makefile for: tkman
# Version required: 2.0.6
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.2 2000/02/11 01:10:07 espie Exp $
#
DISTNAME= tkman-2.0.6
CATEGORIES= misc tk80
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
glimpse:${PORTSDIR}/textproc/glimpse
.if !defined(NOPORTDOCS)
post-install:
@mkdir -p ${PREFIX}/share/doc/tkman
${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman
.endif
.include <bsd.port.mk>