2003-06-09 18:21:48 +00:00
|
|
|
# New ports collection makefile for: disco
|
|
|
|
# Date created: 08.06.2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= disco
|
2003-07-23 13:04:14 +00:00
|
|
|
PORTVERSION= 1.2
|
2007-12-26 12:28:54 +00:00
|
|
|
PORTREVISION= 1
|
2004-02-23 04:42:13 +00:00
|
|
|
CATEGORIES= net-mgmt
|
2009-09-02 15:01:56 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}ipd/DISCO/${PORTNAME}-${PORTVERSION}.tar.gz
|
2003-06-09 18:21:48 +00:00
|
|
|
|
2008-03-12 13:27:28 +00:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2003-06-09 18:21:48 +00:00
|
|
|
COMMENT= IP discovery and fingerprinting utility
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-07-23 13:04:14 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2004-03-20 18:28:17 +00:00
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= bin/disco bin/disco.fp
|
|
|
|
|
2003-06-09 18:21:48 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|