freebsd-ports/devel/tkref/Makefile

28 lines
549 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$
#
DISTNAME= tkref-1.01
CATEGORIES= devel x11
MASTER_SITES= ${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>