2004-06-26 03:35:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:08 xsa Exp $
|
2001-08-14 10:29:12 -04:00
|
|
|
|
|
|
|
COMMENT= "multiprotocol traceroute tool"
|
|
|
|
|
2003-03-30 20:39:24 -05:00
|
|
|
DISTNAME= ctrace-0.9
|
2001-08-14 10:29:12 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.pratyeka.org/ctrace/
|
|
|
|
|
2002-05-10 20:31:22 -04:00
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
|
2001-08-14 10:29:12 -04:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= ::net/p5-Net-RawIP \
|
2003-03-30 20:39:24 -05:00
|
|
|
::www/p5-libwww
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-08-14 10:29:12 -04:00
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
2004-02-02 12:35:01 -05:00
|
|
|
PKG_ARCH= *
|
2001-08-14 10:29:12 -04:00
|
|
|
|
|
|
|
do-install:
|
2001-08-30 08:29:14 -04:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin
|
2001-08-14 10:29:12 -04:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${PREFIX}/man/man1/ctrace.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|