2013-09-21 00:24:43 +02:00
|
|
|
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-06-09 20:21:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= disco
|
2003-07-23 15:04:14 +02:00
|
|
|
PORTVERSION= 1.2
|
2014-08-10 20:25:13 +02:00
|
|
|
PORTREVISION= 2
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2009-09-02 17:01:56 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}ipd/DISCO/${PORTNAME}-${PORTVERSION}.tar.gz
|
2003-06-09 20:21:48 +02:00
|
|
|
|
2008-03-12 14:27:28 +01:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2003-06-09 20:21:48 +02:00
|
|
|
COMMENT= IP discovery and fingerprinting utility
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2003-06-09 20:21:48 +02:00
|
|
|
|
2003-07-23 15:04:14 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2004-03-20 19:28:17 +01:00
|
|
|
PLIST_FILES= bin/disco bin/disco.fp
|
2014-08-10 20:25:13 +02:00
|
|
|
PORTDOCS= README
|
2004-03-20 19:28:17 +01:00
|
|
|
|
2014-02-21 14:38:46 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2003-06-09 20:21:48 +02:00
|
|
|
post-install:
|
2013-12-27 15:47:58 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2003-06-09 20:21:48 +02:00
|
|
|
.for i in README
|
2013-12-27 15:47:58 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
2003-06-09 20:21:48 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|