pkgsrc/net/arping/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

33 lines
757 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/10/03 00:17:49 tv Exp $
#
PKGNAME= arping-1.08
PKGREVISION= 1
DISTNAME= arping-2.01
CATEGORIES= net
MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/
MAINTAINER= cube@NetBSD.org
HOMEPAGE= ftp://ftp.habets.pp.se/pub/synscan/
COMMENT= ARP-level ping utility
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
ALL_TARGET= openbsd
.elif ${OPSYS} == "Linux"
ALL_TARGET= linux
.elif ${OPSYS} == "FreeBSD"
ALL_TARGET= freebsd
.elif ${OPSYS} == "SunOS"
ALL_TARGET= solaris
.elif ${OPSYS} == "Darwin"
ALL_TARGET= macosx
.endif
.include "../../devel/libnet/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"