mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
32 lines
690 B
Makefile
32 lines
690 B
Makefile
# 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
|
|
|
|
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>
|