blob: 1d2b940c9a2ee391e42cec93de35f9a61c5b71c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: TkRef
# Date created: 3 August 1997
# Whom: Bruce Gingery <bgingery@gtcs.com>
#
# $FreeBSD$
#
PORTNAME= tkref
PORTVERSION= 1.01
CATEGORIES= devel tk82
MASTER_SITES= http://gtcs.com/softdist/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
MAINTAINER= bgingery@gtcs.com
COMMENT= A programmer's GUI reference for Tcl/Tk and major packages
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
DEPRECATED= is seriously outdated, take a look at http://www.tcl.tk/doc/ for TCL/TK documentation
EXPIRATION_DATE= 2007-05-15
PLIST_FILES= bin/TkRef
NO_BUILD= yes
do-patch:
${REINPLACE_CMD} -e "s|/usr/local/bin/wish4.1|${LOCALBASE}/bin/wish8.2|;" \
${WRKDIR}/TkRef
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/TkRef ${PREFIX}/bin
.include <bsd.port.mk>
|