mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe90a46320
area on the local ports tree.
29 lines
598 B
Makefile
29 lines
598 B
Makefile
# New ports collection makefile for: TkRef
|
|
# Date created: 3 August 1997
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkref
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel tk82
|
|
MASTER_SITES= http://gtcs.com/softdist/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
|
|
MAINTAINER= bgingery@gtcs.com
|
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-patch:
|
|
perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.2|;" \
|
|
${WRKDIR}/TkRef
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/TkRef ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|