2000-03-20 22:49:55 +00:00
|
|
|
# Ports collection makefile for: gated
|
1995-02-02 18:01:15 +00:00
|
|
|
# Date created: 29 October 1994
|
|
|
|
# Whom: pst
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1995-02-02 18:01:15 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= gated
|
2000-05-15 00:43:37 +00:00
|
|
|
PORTVERSION= 3.6.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= net
|
2000-12-11 02:58:15 +00:00
|
|
|
MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/
|
|
|
|
DISTNAME= ${PORTNAME}-pub
|
1995-04-15 05:42:12 +00:00
|
|
|
|
2000-05-15 00:43:37 +00:00
|
|
|
MAINTAINER= dec@FreeBSD.org
|
1996-12-29 05:44:46 +00:00
|
|
|
|
2002-05-18 03:19:36 +00:00
|
|
|
BROKEN= "Does not fetch (authors withdrew distfiles)"
|
|
|
|
|
2000-12-11 02:58:15 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-public-3_6
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-10-31 05:22:59 +00:00
|
|
|
RESTRICTED= "license required for use"
|
1999-12-01 19:30:42 +00:00
|
|
|
|
2001-08-19 17:05:10 +00:00
|
|
|
# use this option, if log_in_vain="YES"
|
|
|
|
.if defined(WITHOUT_SMUX)
|
|
|
|
CONFIGURE_ARGS+= --disable-smux
|
|
|
|
.endif
|
|
|
|
|
2000-05-15 00:43:37 +00:00
|
|
|
post-configure:
|
2000-12-11 02:58:15 +00:00
|
|
|
cd ${WRKSRC} && ${MAKE} depend
|
2000-05-15 00:43:37 +00:00
|
|
|
|
2000-12-11 02:58:15 +00:00
|
|
|
do-install:
|
|
|
|
.for file in gated/gated gdc/gdc ospf_monitor/ospf_monitor ripquery/ripquery
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/sbin
|
|
|
|
.endfor
|
1995-02-02 18:01:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|