pkgsrc/net/arping/Makefile
mef 4d2bc0371d Update to 2.16
--------------
Explicit ChangeLog not found, but diff src tells two options are
added, -Q and -V,  ( -V vlan -Q priority )
 -Q pri 802.1p priority to set. Should be used with 802.1Q (-V).
    Defaults to 0.
 -V num 802.1Q tag to add. Defaults to no VLAN tag.
2016-02-09 12:00:19 +00:00

16 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.25 2016/02/09 12:00:19 mef Exp $
DISTNAME= arping-2.16
CATEGORIES= net
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=arping
COMMENT= ARP-level ping utility
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
.include "../../devel/libnet11/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"