mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9421a44868
I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
29 lines
632 B
Makefile
29 lines
632 B
Makefile
# New ports collection makefile for: TkRef
|
|
# Version required: 1.01
|
|
# Date created: 3 August 1997
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/02/21 22:38:09 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= tkref-1.01
|
|
CATEGORIES= devel x11 tk80
|
|
MASTER_SITES= http://gtcs.com/softdist/ \
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= bgingery@gtcs.com
|
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-patch:
|
|
perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.0|;" \
|
|
${WRKDIR}/TkRef
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/TkRef ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|