blob: 69b9bc8277a249dc74516f496fcd6152137a2bfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|