freebsd-ports/net-mgmt/bgpq4/Makefile
Juraj Lutter 34e7dc4248 net-mgmt/bgpq4: Update to 1.4
- Update to 1.4
- Reformat a bit according to portclippy and portfmt
- Fix build dependency on libtool
- Changes: https://github.com/bgp/bgpq4/blob/1.4/CHANGES

Approved by:	maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D31681
2021-09-19 23:30:43 +02:00

25 lines
451 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
PORTNAME= bgpq4
PORTVERSION= 1.4
CATEGORIES= net-mgmt
MAINTAINER= bofh@FreeBSD.org
COMMENT= Lightweight prefix-list generator for various routers v4
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= autoreconf compiler:c11 libtool
USE_GITHUB= yes
MAKE_ARGS+= CC="${CC}"
GH_ACCOUNT= bgp
GNU_CONFIGURE= yes
PLIST_FILES= bin/bgpq4 \
man/man8/bgpq4.8.gz
.include <bsd.port.mk>