1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/pchar/Makefile
Bruce A. Mah 0600ff55da Fix build with NOPORTDOCS.
Pointed out by:	itetcu@ (and ports tinderbox)
2008-07-15 04:53:46 +00:00

33 lines
663 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.5
CATEGORIES= net ipv6
MASTER_SITES= http://www.kitchenlab.org/www/bmah/Software/pchar/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bmah
MAINTAINER= bmah@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>