blob: 63d5456c6226a146f201b4ef9ba4c302286f7980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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= 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>
|