mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
28 lines
576 B
Makefile
28 lines
576 B
Makefile
# New ports collection makefile for: TkRef
|
|
# Version required: 1.01
|
|
# Date created: 3 August 1997
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tkref-1.01
|
|
CATEGORIES= devel tk80
|
|
MASTER_SITES= http://gtcs.com/softdist/ \
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= bgingery@gtcs.com
|
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
NO_BUILD= 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>
|