1997-10-30 09:26:49 +01:00
|
|
|
# New ports collection makefile for: TkRef
|
|
|
|
# Date created: 3 August 1997
|
|
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-10-30 09:26:49 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:44:42 +02:00
|
|
|
PORTNAME= tkref
|
|
|
|
PORTVERSION= 1.01
|
1999-11-28 19:32:45 +01:00
|
|
|
CATEGORIES= devel tk82
|
1997-11-10 14:20:32 +01:00
|
|
|
MASTER_SITES= http://gtcs.com/softdist/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
2000-06-09 23:59:16 +02:00
|
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
1997-10-30 09:26:49 +01:00
|
|
|
|
|
|
|
MAINTAINER= bgingery@gtcs.com
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A programmer's GUI reference for Tcl/Tk and major packages
|
1997-10-30 09:26:49 +01:00
|
|
|
|
1999-11-28 19:32:45 +01:00
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
1997-10-30 09:26:49 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2003-11-15 21:37:04 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
1997-10-30 09:26:49 +01:00
|
|
|
do-patch:
|
2003-11-15 21:37:04 +01:00
|
|
|
${REINPLACE_CMD} -e "s|/usr/local/bin/wish4.1|${LOCALBASE}/bin/wish8.2|;" \
|
1997-10-30 09:26:49 +01:00
|
|
|
${WRKDIR}/TkRef
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/TkRef ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|