aboutsummaryrefslogtreecommitdiff
path: root/net/irrtoolset/Makefile
blob: 41421d5421dac48eb8f427769cdbcfeab79b7cde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	RAToolSet
# Version required:			3.5.2
# Date created:				May 4th 1997
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.6 1998/08/07 23:56:44 asami Exp $
#

DISTNAME=	RAToolSet-3.5.2
PKGNAME=	ratoolset-3.5.2
CATEGORIES=	net tk41
MASTER_SITES=	ftp://ftp.isi.edu/ra/RAToolSet/

MAINTAINER=	jfitz@FreeBSD.ORG

LIB_DEPENDS=	tk41.1:${PORTSDIR}/x11-toolkits/tk41

GNU_CONFIGURE=	Yes
CONFIGURE_ENV=	TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl7.5: \
			${PREFIX}/include/tk4.1" \
		TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
		LD_TCL_TK_LIBS="-ltcl75 -ltk41"

MAN1=		CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \
		prcheck.1 roe.1
MAN8=		prtraceroute.8 relayd.8

ALL_TARGET=	depend all

.include <bsd.port.mk>