pkgsrc/net/bird/Makefile.common
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

41 lines
1.1 KiB
Text

# $NetBSD: Makefile.common,v 1.10 2020/01/26 17:31:48 rillig Exp $
# used by net/bird/Makefile
# used by net/bird6/Makefile
DISTNAME= bird-1.6.3
PKGNAME= ${DISTNAME:S/bird/bird${BIRD6}/}
CATEGORIES= net
MASTER_SITES= ftp://bird.network.cz/pub/bird/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://bird.network.cz/
COMMENT= The BIRD Internet Routing Daemon
LICENSE= gnu-gpl-v2
# Has hardcoded BSD/Linux support.
NOT_FOR_PLATFORM= SunOS-*-*
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake flex bison
CONFIGURE_ARGS+= --localstatedir=/var
BIRD6?= # empty
PLIST_SUBST+= BIRD6=${BIRD6}
FILESDIR= ${.CURDIR}/../bird/files
PATCHDIR= ${.CURDIR}/../bird/patches
DISTINFO_FILE= ${.CURDIR}/../bird/distinfo
PLIST_SRC= ${.CURDIR}/../bird/PLIST
DESCR_SRC= ${.CURDIR}/../bird/DESCR
RCD_SCRIPTS+= bird${BIRD6}
EGDIR= ${PREFIX}/share/examples/bird${BIRD6}
ALL_ENV+= EGDIR=${EGDIR}
CONF_FILES= ${EGDIR}/bird${BIRD6}.conf ${PKG_SYSCONFDIR}/bird${BIRD6}.conf
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"