e878c1beb3
pchar changes: Update to 1.3.1, adding new analysis algorithms and network probe types, an option to set the outgoing interface of probe packets, and a new "tiny traceroute" mode. Port-related changes: patch-pchar.8 folded into distribution, thus no longer required. Take over the port since I'm the developer of the original software. Approved by: obrien (original maintainer)
32 lines
612 B
Makefile
32 lines
612 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: pchar
|
|
# Date created: Wed Nov 03, 1999
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pchar
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/
|
|
|
|
MAINTAINER= bmah@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN8= pchar.8
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 400014
|
|
CONFIGURE_ARGS= --with-ipv6
|
|
.endif
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/doc/pchar
|
|
cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${PREFIX}/share/doc/pchar
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|