1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/tkman/Makefile
Maxim Sobolev e9d892e893 Fix a dependency.
"misc/tkman port has a dependency on x11-toolkits/tk83
but it has a post-patch target that seems to reference wish8.2 from the
tk82 port."

PR:		19128
Submitted by:	Bruce A. Mah <bmah@cisco.com>
2000-06-09 09:35:13 +00:00

34 lines
840 B
Makefile

# New ports collection makefile for: tkman
# Date created: 27 Dec 1994
# Whom: Thomas Gellekum <tg@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= tkman
PORTVERSION= 2.1b4
CATEGORIES= misc tk83
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tg@freebsd.org
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
glimpse:${PORTSDIR}/textproc/glimpse
NO_CDROM= "License required"
post-patch:
perl -pi -e "s;/usr/local/bin/wish;${LOCALBASE}/bin/wish8.3;" \
${WRKSRC}/contrib/tkmanclient
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tkman
${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman
.endif
${INSTALL_SCRIPT} ${WRKSRC}/contrib/tkmanclient ${PREFIX}/bin
.include <bsd.port.mk>