052e48a1d9
2.0.2 - the two are currently updated in parallel upstream and have incompatible configuration. notes at https://gitlab.labs.nic.cz/labs/bird/wikis/transition-notes-to-bird-2 bird 2 no longer needs separate builds for v4 and v6, so the various subpackages are merged for this version. conflict/pkgpath markers set.
29 lines
562 B
Makefile
29 lines
562 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1 2018/09/18 19:21:05 sthen Exp $
|
|
|
|
COMMENT= BIRD internet routing daemon
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
${DISTNAME:S/-/-doc-/}${EXTRACT_SUFX}
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://bird.network.cz/
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ftp://bird.network.cz/pub/bird/
|
|
|
|
BUILD_DEPENDS= devel/m4 \
|
|
devel/bison
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE?= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/tools
|
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/bird
|
|
|
|
NO_TEST= Yes
|