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-05-15 00:43:37 +00:00
|
|
|
MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/
|
|
|
|
DISTNAME= gated-pub
|
|
|
|
WRKSRC= ${WRKDIR}/gated-public-3_6
|
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
|
|
|
|
2000-05-15 00:43:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-12-01 19:30:42 +00:00
|
|
|
|
2000-05-15 00:43:37 +00:00
|
|
|
post-configure:
|
|
|
|
cd ${WRKSRC} && make depend
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/gdc/gdc ${WRKSRC}/src/ospf_monitor/ospf_monitor ${WRKSRC}/src/ripquery/ripquery ${PREFIX}/sbin
|
1995-02-02 18:01:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|