2002-12-23 20:08:43 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2002/12/24 01:08:43 pvalchev Exp $
|
2001-08-06 23:14:39 -04:00
|
|
|
|
|
|
|
COMMENT= "traceroute implementation using TCP packets"
|
|
|
|
|
2002-07-31 13:14:30 -04:00
|
|
|
DISTNAME= tcptraceroute-1.4
|
2002-12-23 20:08:43 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2001-08-06 23:14:39 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://michael.toren.net/code/tcptraceroute/
|
|
|
|
|
2002-05-10 20:31:22 -04:00
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
|
2001-08-06 23:14:39 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
|
|
|
|
|
|
|
|
LIB_DEPENDS= net::net/libnet
|
|
|
|
|
2001-08-09 21:09:36 -04:00
|
|
|
MAKE_FLAGS= CC="${CC}" \
|
2002-07-31 13:14:30 -04:00
|
|
|
CFLAGS="${CFLAGS} -L${LOCALBASE}/lib \
|
|
|
|
-I${LOCALBASE}/include"
|
2001-08-09 21:09:36 -04:00
|
|
|
|
|
|
|
ALL_TARGET=
|
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-08-06 23:14:39 -04:00
|
|
|
do-install:
|
2001-08-07 00:23:22 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tcptraceroute ${PREFIX}/sbin
|
2001-08-06 23:14:39 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tcptraceroute.8 ${PREFIX}/man/man8
|
2002-12-23 20:08:43 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tcptraceroute
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples.txt ${PREFIX}/share/examples/tcptraceroute
|
2001-08-06 23:14:39 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|