blob: 643e1d8dd327960595b42ef753d4587048046149 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Makefile for: gated
# Version required: 3.5.11
# Date created: 29 October 1994
# Whom: pst
#
# $FreeBSD$
#
DISTNAME= gated-3-5-11
PKGNAME= gated-3.5.11
CATEGORIES= net
MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/
MAINTAINER= peter@FreeBSD.org
FORBIDDEN= "Security hole (buffer overflow possibly yielding root)"
ALL_TARGET= gated
MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8
.include <bsd.port.mk>
|