1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/ratoolset/Makefile
Steve Price 8fb1a5c117 Update to version 4.5.0.
Requested by:	rgrimes
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-10 15:52:22 +00:00

34 lines
838 B
Makefile

# New ports collection makefile for: RAToolSet
# Version required: 4.5.0
# Date created: May 4th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= RAToolSet-4.5.0
PKGNAME= ratoolset-4.5.0
CATEGORIES= net tk82
MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/
MAINTAINER= jfitz@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
USE_NEWGCC= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${LOCALBASE}/include/tcl8.2:${LOCALBASE}/include/tk8.2" \
TCL_TK_LIBRARY_DIR=${LOCALBASE}/lib \
TCL_LIBRARY=${LOCALBASE}/lib/tcl8.2 \
TK_LIBRARY=${LOCALBASE}/lib/tk8.2 \
LD_TCL_TK_LIBS="-ltk82 -ltcl82"
MAN1= CIDRAdvisor.1 RtConfig.1 aoe.1 peval.1 prpath.1 \
prtraceroute.1 roe.1 rpslcheck.1
MAN8= prtraceroute.8
ALL_TARGET= depend all
.include <bsd.port.mk>