pkgsrc/net/pchar/Makefile
2002-10-19 19:17:13 +00:00

34 lines
843 B
Makefile

# $NetBSD: Makefile,v 1.17 2002/10/19 19:17:13 soren Exp $
DISTNAME= pchar-1.4
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 "../ucd-snmp/buildlink2.mk"
CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_PREFIX.ucd-snmp}
LIBS+= -lsnmp -lcrypto
.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"