93568351bb
reasons... okay pvalchev@.
31 lines
658 B
Makefile
31 lines
658 B
Makefile
# $OpenBSD: Makefile,v 1.10 2004/06/26 07:35:08 xsa Exp $
|
|
|
|
COMMENT= "multiprotocol traceroute tool"
|
|
|
|
DISTNAME= ctrace-0.9
|
|
CATEGORIES= net
|
|
HOMEPAGE= http://www.pratyeka.org/ctrace/
|
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
RUN_DEPENDS= ::net/p5-Net-RawIP \
|
|
::www/p5-libwww
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${PREFIX}/man/man1/ctrace.1
|
|
|
|
.include <bsd.port.mk>
|