mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# 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
|
|
|
|
BROKEN= "Security hole (buffer overflow possibly yielding root)"
|
|
|
|
ALL_TARGET= gated
|
|
MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8
|
|
|
|
.include <bsd.port.mk>
|