1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/gated/Makefile
Steve Price d15b341f53 - make -> MAKE
- Remove trailing period from pkg-comment
- Add WWW: line

PR:		23277
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:58:15 +00:00

29 lines
564 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
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>