freebsd-ports/net/ladvd/Makefile
Martin Wilke e89d072aaf - Update to 0.6.1
PR:		127557
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2008-09-24 08:42:45 +00:00

31 lines
635 B
Makefile

# New ports collection makefile for: ladvd
# Date Created: 27 Jul 2008
# Whom: sten@blinkenlights.nl
#
# $FreeBSD$
#
PORTNAME= ladvd
PORTVERSION= 0.6.1
CATEGORIES= net
MASTER_SITES= http://blinkenlights.nl/software/ladvd/
MAINTAINER= sten@blinkenlights.nl
COMMENT= A minimal CDP/LLDP sender
GNU_CONFIGURE= yes
MAN8= ladvd.8
USE_RC_SUBR+= ladvd
SUB_FILES= pkg-message pkg-install
.if defined(NOPORTDOCS)
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-Makefile.in
.endif
post-install:
@${ECHO} "==> Creating custom user to run ladvd..."
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>