freebsd-ports/security/dcetest/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

29 lines
622 B
Makefile

# 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_CMD} ${PREFIX}/bin/dcetest
.endif
.include <bsd.port.mk>