f8957b9628
- The configure script is not generated from autotools, thus use HAS_CONFIGURE instead Reported by: pointyhat [1]
32 lines
718 B
Makefile
32 lines
718 B
Makefile
# New ports collection makefile for: tkgate
|
|
# Date created: 28 May 1999
|
|
# Whom: Jeffery Hansen <hansen@cmu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkgate
|
|
PORTVERSION= 1.8.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Tcl/Tk based digital circuit editor and simulator
|
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
|
RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
|
|
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_BISON= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \
|
|
${WRKSRC}/Imakefile ${WRKSRC}/config.h
|
|
|
|
.include <bsd.port.mk>
|