openbsd-ports/net/ladvd/Makefile
sthen 3b3d096f12 improve pkg/DESCR wording and update to 0.6.1:
- support for OpenBSD's SIOCGIFDESCR
- support for hw.vendor and hw.product on OpenBSD
- manpage now lists default user (_ladvd on OpenBSD)
- location support also works for LLDP (-L)

from MAINTAINER Paul de Weerd, thanks!
2008-09-22 22:32:26 +00:00

26 lines
482 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/09/22 22:32:26 sthen Exp $
COMMENT = LLDP/CDP sender for UNIX
DISTNAME = ladvd-0.6.1
CATEGORIES = net
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --with-user=_ladvd
WANTLIB = c
.include <bsd.port.mk>