blob: 4274c47db71b620e9b13f1e6fecf01733df0d361 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: openbgpd-devel
# Date created: Mar 15 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openbgpd-devel
PORTVERSION= ${SNAPSHOT}
PORTREVISION= 0
CATEGORIES= net
DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz:freebsd
SNAPSHOT= 20060516
MAINTAINER= flz@FreeBSD.org
COMMENT= Free implementation of the Border Gateway Protocol, Version 4
CONFLICTS= zebra-0* quagga-0* openbgpd-devel-*
MASTERDIR= ${.CURDIR}/../openbgpd
MD5_FILE= ${.CURDIR}/distinfo
EXTRA_PATCHES= ${.CURDIR}/files/devel-bgpd_bgpd.8
.include "${MASTERDIR}/Makefile"
|