head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.16.14.28.08;	author vs;	state Exp;
branches;
next	1.3;

1.3
date	2004.11.14.22.26.09;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.24.09.36.57;	author osa;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.04.13.57.33;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# Ports collection makefile for:  dcetest
# Date created:			  Jan 11 2003
# Whom:				  Yonatan <onatan@@gmail.com>
#
# $FreeBSD: head/security/dcetest/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	dcetest
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	UNIX/scanners

MAINTAINER=	onatan@@gmail.com
COMMENT=	Utility to dump MSRPC endpoint information from Windows systems

ALL_TARGET=	dcetest
MAKE_ARGS=	CC="${CC}"
WRKSRC=		${WRKDIR}/${PORTNAME}

PLIST_FILES=	bin/dcetest

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

.include <bsd.port.mk>
@


1.4
log
@- Chase master site
- Cleanup Makefile a bit (me)

PR:		ports/77552
Submitted by:	"Jonatan B" (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update maintainer's email address

PR:		ports/73939
Submitted by:	Yonatan <onatan@@gmail.com> (maintainer)
@
text
@d11 2
a12 3
MASTER_SITES=	http://www.atstake.com/research/tools/info_gathering/
DISTNAME=	dcetest
EXTRACT_SUFX=	.tar
d18 4
a25 5
.if !target(post-install) && (${PORTNAME} == "dcetest")
post-install:
	@@${STRIP_CMD} ${PREFIX}/bin/dcetest
.endif

@


1.2
log
@Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@@etrust.ru>
PR:		56998
@
text
@d3 1
a3 1
# Whom:				  Yonatan <Yonatan@@xpert.com>
d15 1
a15 1
MAINTAINER=	Yonatan@@xpert.com
@


1.1
log
@new port: dump MSRPC information

	One-file-port, from @@stake. This dumps information from
	remote RPC.  Much like "rpcinfo -p host" on unix hosts.
	Please check my patches: I removed an unused function so
	this wouldn't be marked as a security sensitive port, and
	I'm not sure my Makefile change respects CFLAGS.

PR:		ports/46991
Submitted by:	Yonatan@@xpert.com <Yonatan@@xpert.com>
@
text
@d25 1
a25 1
	@@strip ${PREFIX}/bin/dcetest
@

