mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d15b341f53
- Remove trailing period from pkg-comment - Add WWW: line PR: 23277 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
29 lines
564 B
Makefile
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>
|