1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/pathchar/Makefile

46 lines
1.2 KiB
Makefile
Raw Normal View History

1999-10-26 07:51:26 +00:00
# ex:ts=8
2000-02-13 03:25:05 +00:00
# Ports collection makefile for: pathchar
# Date created: 7 November 1998
# Whom: Josh Gilliam <josh@quick.net>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= pathchar
PORTVERSION= a1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/:lbl \
http://www.caida.org/tools/utilities/others/pathchar/:caida \
http://sitka.triumf.ca/net/:sitka \
${MASTER_SITE_LOCAL:S/$/:local/}
MASTER_SITE_SUBDIR= obrien/:local
DISTNAME= pathchar-a1-freebsd-3.0
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:lbl pathcharnotes.html:caida,local \
pathchar.8:local pathchar.mantxt:sitka,local
MAINTAINER= nivo+kw+ports.bfa274@is-root.com
2003-02-20 19:00:52 +00:00
COMMENT= LBNL Internet path characterization tool
1999-10-26 07:51:26 +00:00
ONLY_FOR_ARCHS= i386
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAN8= pathchar.8
NO_BUILD= yes
2004-04-10 17:26:55 +00:00
NO_WRKSUBDIR= yes
pre-patch:
@${CP} ${DISTDIR}/pathchar.8 ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pathchar ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pathchar.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/pathchar
${INSTALL_MAN} ${FILESDIR}/README.pathchar \
${DISTDIR}/pathcharnotes.html \
${DISTDIR}/pathchar.mantxt \
${PREFIX}/share/doc/pathchar
.endif
.include <bsd.port.mk>