1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/ladvd/Makefile
Jan Beich f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00

42 lines
766 B
Makefile

# Created by: sten@blinkenlights.nl
# $FreeBSD$
PORTNAME= ladvd
PORTVERSION= 1.1.2
DISTVERSIONPREFIX=v
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Minimal LLDP/CDP/EDP/FDP/NDP sender daemon
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
LIB_DEPENDS= libevent.so:devel/libevent
USERS= ladvd
GROUPS= ${USERS}
USE_GITHUB= yes
GH_ACCOUNT= sspans
USES= autoreconf libtool pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-chroot-dir=/var/empty
PORTDOCS= README TODO HACKING
USE_RC_SUBR= ladvd
SUB_FILES= pkg-message
PLIST_FILES= man/man8/ladvd.8.gz \
man/man8/ladvdc.8.gz \
sbin/ladvd \
sbin/ladvdc
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|LICENSE||' ${WRKSRC}/doc/Makefile.am
.include <bsd.port.mk>