mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b1c285afc5
Upgrade gated to the latest public version from http://www.gated.org Version 3.6 Assume maintainer status
26 lines
540 B
Makefile
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>
|