2003-09-25 13:20:15 +02:00
|
|
|
# New ports collection makefile for: doscan
|
|
|
|
# Date created: 24 Sept 2003
|
|
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= doscan
|
2006-03-28 17:02:40 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2003-09-25 13:20:15 +02:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
|
|
|
|
|
2005-01-14 09:27:28 +01:00
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
2003-09-25 13:20:15 +02:00
|
|
|
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
|
|
|
|
|
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2004-09-30 07:32:00 +02:00
|
|
|
USE_GCC= 3.4
|
2005-01-14 09:27:28 +01:00
|
|
|
PORTDOCS= README
|
2003-09-25 13:20:15 +02:00
|
|
|
MAN1= doscan.1
|
2005-01-14 09:27:28 +01:00
|
|
|
NOT_FOR_ARCHS= sparc64
|
|
|
|
|
|
|
|
PLIST_FILES= bin/doscan
|
2003-09-25 13:20:15 +02:00
|
|
|
|
2004-02-21 23:19:11 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
2004-02-23 17:40:57 +01:00
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/freebsd4.diff
|
2004-02-21 23:19:11 +01:00
|
|
|
.endif
|
|
|
|
|
2003-09-25 13:20:15 +02:00
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-01-14 09:27:28 +01:00
|
|
|
.for file in ${PORTDOCS}
|
2003-09-25 13:20:15 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2004-02-21 23:19:11 +01:00
|
|
|
.include <bsd.port.post.mk>
|