1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/tkref/Makefile
Thomas Gellekum e5a5f578bf Add author's site.
PR:		4988
Submitted by:	Bruce Gingery <bgingery@gtcs.com>
1997-11-10 13:20:32 +00:00

29 lines
627 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.1.1.1 1997/10/30 08:26:48 tg Exp $
#
DISTNAME= tkref-1.01
CATEGORIES= devel x11
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>