1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/gated/Makefile

37 lines
772 B
Makefile
Raw Normal View History

2000-03-20 22:49:55 +00:00
# Ports collection makefile for: gated
1995-02-02 18:01:15 +00:00
# Date created: 29 October 1994
# Whom: pst
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
1995-02-02 18:01:15 +00:00
#
PORTNAME= gated
PORTVERSION= 3.6.0
CATEGORIES= net
MASTER_SITES= http://www.gated.org/gated-web/code/source/gated/
DISTNAME= ${PORTNAME}-pub
1995-04-15 05:42:12 +00:00
MAINTAINER= dec@FreeBSD.org
2002-05-18 03:19:36 +00:00
BROKEN= "Does not fetch (authors withdrew distfiles)"
WRKSRC= ${WRKDIR}/${PORTNAME}-public-3_6
GNU_CONFIGURE= yes
RESTRICTED= "license required for use"
# use this option, if log_in_vain="YES"
.if defined(WITHOUT_SMUX)
CONFIGURE_ARGS+= --disable-smux
.endif
post-configure:
cd ${WRKSRC} && ${MAKE} depend
do-install:
.for file in gated/gated gdc/gdc ospf_monitor/ospf_monitor ripquery/ripquery
${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/sbin
.endfor
1995-02-02 18:01:15 +00:00
.include <bsd.port.mk>