1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/tkref/Makefile

29 lines
628 B
Makefile
Raw Normal View History

# 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.2 1997/11/10 13:20:32 tg 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>