1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/gated/Makefile
David E. Cross b1c285afc5 Submitted by: dec
Upgrade gated to the latest public version from http://www.gated.org
Version 3.6

Assume maintainer status
2000-05-15 00:43:37 +00:00

26 lines
540 B
Makefile

# Ports collection makefile for: gated
# Date created: 29 October 1994
# Whom: pst
#
# $FreeBSD$
#
PORTNAME= gated
PORTVERSION= 3.6.0
CATEGORIES= net
MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/
DISTNAME= gated-pub
WRKSRC= ${WRKDIR}/gated-public-3_6
MAINTAINER= dec@FreeBSD.org
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>