d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
33 lines
700 B
Makefile
33 lines
700 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/07/12 22:07:38 sthen Exp $
|
|
|
|
COMMENT= multiprotocol traceroute tool
|
|
|
|
DISTNAME= ctrace-0.9
|
|
REVISION= 0
|
|
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= ::devel/p5-List-MoreUtils \
|
|
::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>
|