1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/cad/tkgate/Makefile
1999-08-25 04:58:03 +00:00

27 lines
587 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= tk80.1:${PORTSDIR}/x11-toolkits/tk80
VERSION= 0.9
PLIST_SUB+= VERSION=${VERSION}
USE_IMAKE= yes
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>