mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
37872d96a2
This should fix the port on 7.x PR: 164846 Submitted by: Sten Spans <sten at blinkenlights dot nl> (maintainer)
45 lines
816 B
Makefile
45 lines
816 B
Makefile
# New ports collection makefile for: ladvd
|
|
# Date Created: 27 Jul 2008
|
|
# Whom: sten@blinkenlights.nl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ladvd
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
http://blinkenlights.nl/software/ladvd/
|
|
|
|
MAINTAINER= sten@blinkenlights.nl
|
|
COMMENT= A minimal LLDP/CDP daemon
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
|
|
|
|
USERS= ladvd
|
|
GROUPS= ${USERS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-chroot-dir=/var/empty
|
|
|
|
PORTDOCS= *
|
|
MAN8= ladvd.8 ladvdc.8
|
|
USE_RC_SUBR+= ladvd
|
|
SUB_FILES= pkg-message
|
|
|
|
PLIST_FILES= sbin/ladvd \
|
|
sbin/ladvdc
|
|
|
|
post-patch:
|
|
.if defined(NOPORTDOCS)
|
|
@@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
|
|
${WRKSRC}/doc/Makefile.in
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|