pkgsrc/net/pchar/Makefile
atatat c30565ac64 Use net-snmp instead of ucd-snmp -- allows pchar to co-exist with some
other nice pkgs (eg, ethereal).  Bump PKGREVISION to 2 accordingly.
2004-01-19 16:24:28 +00:00

35 lines
866 B
Makefile

# $NetBSD: Makefile,v 1.21 2004/01/19 16:24:28 atatat Exp $
DISTNAME= pchar-1.4
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/
MAINTAINER= soren@NetBSD.org
HOMEPAGE= http://www.employees.org/~bmah/Software/pchar/
COMMENT= Tool for measuring Internet path characteristics
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --with-ipv6
.endif
.if ${OPSYS} == "NetBSD"
.include "../net-snmp/buildlink2.mk"
CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_PREFIX.net-snmp}
LIBS+= -lsnmp -lcrypto -ldes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"