freebsd-ports/net/pchar/Makefile

33 lines
663 B
Makefile
Raw Normal View History

# 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.5
2000-01-18 13:34:34 +01:00
CATEGORIES= net ipv6
MASTER_SITES= http://www.kitchenlab.org/www/bmah/Software/pchar/
2003-05-22 22:21:19 +02:00
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bmah
MAINTAINER= bmah@FreeBSD.org
2003-02-23 03:32:55 +01:00
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>