0e6f6f93bb
Fix sawfish comment while I'm at it. `window manager for the X windows system'. Like DUH ! It's going to be a window manager for my microwave oven ?
30 lines
706 B
Makefile
30 lines
706 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/11/10 15:00:49 espie Exp $
|
|
|
|
COMMENT= "multiprotocol traceroute tool"
|
|
|
|
DISTNAME= ctrace-0.8
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.489
|
|
HOMEPAGE= http://www.pratyeka.org/ctrace/
|
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@bsd.gr>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd
|
|
BUILD_DEPENDS= ::net/p5-Net-RawIP
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${PREFIX}/man/man1/ctrace.1
|
|
|
|
.include <bsd.port.mk>
|