summaryrefslogtreecommitdiff
path: root/security/dcetest/Makefile
blob: a6b3ec4ef5e35cef35c9de59c54b500bfdb2a72a (plain) (blame)
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
# Ports collection makefile for:  dcetest
# Date created:			  Jan 11 2003
# Whom:				  Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#

PORTNAME=	dcetest
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	http://www.atstake.com/research/tools/info_gathering/
DISTNAME=	dcetest
EXTRACT_SUFX=	.tar

MAINTAINER=	Yonatan@xpert.com
COMMENT=	Utility to dump MSRPC endpoint information from Windows systems

ALL_TARGET=	dcetest

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin

.if !target(post-install) && (${PORTNAME} == "dcetest")
post-install:
	@strip ${PREFIX}/bin/dcetest
.endif

.include <bsd.port.mk>