pkgsrc/net/echoping/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

21 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.14 2004/10/03 00:17:50 tv Exp $
#
DISTNAME= echoping-5.2.0
PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://echoping.sourceforge.net/
COMMENT= Test performance of a remote TCP service
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-icp
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
CONFIGURE_ARGS+= --with-libidn=${BUILDLINK_PREFIX.libidn}
.include "../../devel/libidn/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"