freebsd-ports/security/dmitry/Makefile
Marcus Alves Grando 9928ea2ce1 Update to 1.3
Add SHA256

PR:		90332
Submitted by:	maintainer
2005-12-13 20:13:17 +00:00

30 lines
586 B
Makefile

# New ports collection makefile for: DMitry
# Date created: 5 Feb 2005
# Whom: Vaida Bogdan
#
# $FreeBSD$
#
PORTNAME= DMitry
PORTVERSION= 1.3
CATEGORIES= security
MASTER_SITES= http://www.mor-pah.net/code/ \
http://www.deepmagic.org.uk/
MAINTAINER= vaida.bogdan@gmail.com
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>