1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/pchar/Makefile
Thomas Abthorpe d553f23ad3 - Fix Whom line
- Seems I neglected to abide by the community rules

Submitted by:	flo@ via irc
Pointyhat to:	tabthorpe
2012-10-10 17:44:07 +00:00

28 lines
574 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= pchar
PORTVERSION= 1.5
CATEGORIES= net ipv6
MASTER_SITES= http://www.kitchenlab.org/www/bmah/Software/pchar/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bmah
MAINTAINER= ports@FreeBSD.org
COMMENT= Sandia Internet path characterization tool
GNU_CONFIGURE= yes
MAN8= pchar.8
.include <bsd.port.pre.mk>
CONFIGURE_ARGS= --with-pcap
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${DOCSDIR}
.endif
.include <bsd.port.post.mk>