diff options
author | pav <pav@FreeBSD.org> | 2005-03-16 21:07:05 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-16 21:07:05 +0000 |
commit | 618062a339f4df083b81dca657e779c98d33829a (patch) | |
tree | 27d47578d4c7a0501f8b380c2394f3baf91f53af /security/dmitry/Makefile | |
parent | 4ba5983b1829d8c3a8db5d6138d04a8d1141c3f4 (diff) | |
download | FreeBSD-ports-618062a339f4df083b81dca657e779c98d33829a.zip FreeBSD-ports-618062a339f4df083b81dca657e779c98d33829a.tar.gz |
DMitry (Deepmagic Information Gathering Tool) is a UNIX/Linux command line
program coded purely in C with the ability to gather as much information as
possible about a host.
PR: ports/77142
Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be>,
James Greig <james@mor-pah.net>
Diffstat (limited to 'security/dmitry/Makefile')
-rw-r--r-- | security/dmitry/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/dmitry/Makefile b/security/dmitry/Makefile new file mode 100644 index 0000000..5482bd8 --- /dev/null +++ b/security/dmitry/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: DMitry +# Date created: 5 Feb 2005 +# Whom: Vaida Bogdan +# +# $FreeBSD$ +# + +PORTNAME= DMitry +PORTVERSION= 1.2a +CATEGORIES= security +MASTER_SITES= http://www.mor-pah.net/code/ \ + http://www.deepmagic.org.uk/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Deepmagic Information Gathering Tool + +HAS_CONFIGURE= yes + +MAN1= dmitry.1 +MANCOMPRESSED= no + +PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include <bsd.port.mk> |