1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/gated/Makefile
David W. Chapman Jr. e11c56ffaf Add WITHOUT_SMUX option
PR:		20849
Submitted by:	Maxim Tulyuk <mt@lucky.net>
2001-08-19 17:05:10 +00:00

34 lines
677 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
# 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>