freebsd-ports/cad/tkgate/Makefile
Steve Price bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00

30 lines
649 B
Makefile

# New ports collection makefile for: tkgate
# Version required: 0.9
# Date created: 28 May 1999
# Whom: Jeffery Hansen <hansen@cmu.edu>
#
# $FreeBSD$
#
DISTNAME= tkgate-0.9
CATEGORIES= cad
MASTER_SITES= http://www.cs.cmu.edu/~hansen/tkgate/
EXTRACT_SUFX= .tgz
MAINTAINER= hansen@cmu.edu
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
VERSION= 0.9
PLIST_SUB+= VERSION=${VERSION}
USE_IMAKE= yes
post-extract:
@(cd ${WRKSRC}; find . -name .depend -delete)
post-patch:
@${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/config.h
@${PERL} -pi -e 's:__LOCALBASE__:${LOCALBASE}:g' ${WRKSRC}/config.h
.include <bsd.port.mk>