mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e9d892e893
"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>
34 lines
840 B
Makefile
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>
|