1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/doscan/Makefile
Volker Stolz d39ff399eb - Update to 0.2.9
- mark non-working on sparc64 architecture
- nuke plist while here

PR:		ports/76037
Submittd by:	maintainer
2005-01-14 08:27:28 +00:00

42 lines
802 B
Makefile

# New ports collection makefile for: doscan
# Date created: 24 Sept 2003
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= doscan
PORTVERSION= 0.2.9
CATEGORIES= security net
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
MAINTAINER= janos.mohacsi@bsd.hu
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
USE_GCC= 3.4
PORTDOCS= README
MAN1= doscan.1
NOT_FOR_ARCHS= sparc64
PLIST_FILES= bin/doscan
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${PATCHDIR}/freebsd4.diff
.endif
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>