2012-11-10 15:52:33 +01:00
|
|
|
# Created by: shipley@dis.org
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 04:49:35 +02:00
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= tdetect
|
|
|
|
PORTVERSION= 0.2
|
1999-10-25 05:31:14 +02:00
|
|
|
CATEGORIES= net
|
2012-11-10 15:52:33 +01:00
|
|
|
MASTER_SITES= PACKETSTORM/UNIX/loggers
|
1999-05-03 04:49:35 +02:00
|
|
|
|
2008-09-03 05:42:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Utility for detecting traceroutes and reporting them via syslog
|
1999-05-03 04:49:35 +02:00
|
|
|
|
2012-11-10 15:52:33 +01:00
|
|
|
PLIST_FILES= sbin/tdetect etc/rc.d/tdetect.sh
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
1999-10-25 06:03:28 +02:00
|
|
|
pre-configure:
|
2012-11-10 15:52:33 +01:00
|
|
|
@${REINPLACE_CMD} -e 's/trdetect/tdetect/g' ${WRKSRC}/config.h
|
|
|
|
@${REINPLACE_CMD} -e 's/LOG_AUTHPRIV/LOG_SECURITY/g' ${WRKSRC}/config.h
|
1999-10-25 06:03:28 +02:00
|
|
|
|
1999-05-03 04:49:35 +02:00
|
|
|
do-install:
|
2014-02-06 19:23:17 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tdetect ${STAGEDIR}${PREFIX}/sbin/tdetect
|
|
|
|
${INSTALL_SCRIPT} -m 750 ${FILESDIR}/tdetect.sh ${STAGEDIR}${PREFIX}/etc/rc.d/tdetect.sh
|
1999-05-03 04:49:35 +02:00
|
|
|
|
2006-06-23 07:28:33 +02:00
|
|
|
.include <bsd.port.mk>
|