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