summaryrefslogblamecommitdiff
path: root/security/dmitry/Makefile
blob: c5439bf2c8bc5d2d1852bcd8e5aff213aa239f0c (plain) (tree)
1
2
3
4
5
6
7
8
9






                                              

                      


                                              
                                     
 
                               


                                                    

                                  

                        




                                                             
                            



                                                              
# New ports collection makefile for:	DMitry
# Date created:		5 Feb 2005
# Whom:			Vaida Bogdan
#
# $FreeBSD$
#

PORTNAME=	dmitry
PORTVERSION=	1.3a
CATEGORIES=	security
MASTER_SITES=	http://www.mor-pah.net/code/ \
		http://www.deepmagic.org.uk/
DISTNAME=	DMitry-${PORTVERSION}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Deepmagic Information Gathering Tool

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}
PLIST_FILES=	bin/dmitry

MAN1=		dmitry.1

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>