pkgsrc/net/pchar/Makefile
wiz a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00

35 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.22 2004/03/26 02:27:48 wiz Exp $
DISTNAME= pchar-1.4
PKGREVISION= 3
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"