1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net/gated/Makefile

26 lines
540 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= gated-pub
WRKSRC= ${WRKDIR}/gated-public-3_6
1995-04-15 05:42:12 +00:00
MAINTAINER= dec@FreeBSD.org
GNU_CONFIGURE= yes
post-configure:
cd ${WRKSRC} && make depend
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/gdc/gdc ${WRKSRC}/src/ospf_monitor/ospf_monitor ${WRKSRC}/src/ripquery/ripquery ${PREFIX}/sbin
1995-02-02 18:01:15 +00:00
.include <bsd.port.mk>