freebsd-ports/net/gated/Makefile
Murray Stokely b645a6190c Make this port RESTRICTED.
A license is required to use, copy, modify, or distribute GateD.

The readme for this archive says that said license must be obtained
from the Merit GateD Consortium, but this consortium has been
swallowed by a company called "NextHop" which is much less friendly
about this "public" version of GateD.
2001-10-31 05:22:59 +00:00

35 lines
716 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= ${PORTNAME}-pub
MAINTAINER= dec@FreeBSD.org
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
.include <bsd.port.mk>