1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/tkman/Makefile

34 lines
854 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkman
1998-12-01 07:15:02 +00:00
# Version required: 2.1b2
# Date created: 27 Dec 1994
1997-08-25 09:46:38 +00:00
# Whom: Thomas Gellekum <tg@freebsd.org>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
1998-12-01 07:15:02 +00:00
DISTNAME= tkman-2.1b2
CATEGORIES= misc tk82
1997-08-25 09:46:38 +00:00
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
1996-10-21 06:46:57 +00:00
MAINTAINER= tg@freebsd.org
1995-12-09 01:30:20 +00:00
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
1997-04-27 00:25:19 +00:00
RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
glimpse:${PORTSDIR}/textproc/glimpse
NO_CDROM= "License required"
1998-09-30 08:04:32 +00:00
post-patch:
perl -pi -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.2;" \
1998-09-30 08:04:32 +00:00
${WRKSRC}/contrib/tkmanclient
1997-08-25 09:46:38 +00:00
post-install:
1998-09-30 08:04:32 +00:00
.if !defined(NOPORTDOCS)
1997-08-25 09:46:38 +00:00
@${MKDIR} ${PREFIX}/share/doc/tkman
${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman
.endif
1998-09-30 08:04:32 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/contrib/tkmanclient ${PREFIX}/bin
.include <bsd.port.mk>