6957ca2058
Software changes: multi-packet probes, kernel-level timestamps, support for TCP probes. Port changes: Removed unneeded --with-ipv6 (it's been automatic for some time), add --with-pcap to turn on libpcap support. Patch formerly required for alpha build has been rolled into the source (in a slightly different form).
30 lines
576 B
Makefile
30 lines
576 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.4
|
|
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>
|
|
|
|
CONFIGURE_ARGS= --with-pcap
|
|
|
|
.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>
|