aboutsummaryrefslogtreecommitdiff
path: root/security/dcetest/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-16 14:28:08 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-16 14:28:08 +0000
commit6ab16fc4ecb661738273596f994c3ed70e31a017 (patch)
tree27eeb427e65a1adc5bac9292b64c02a802c7d72d /security/dcetest/Makefile
parent04526a717cf41c3f69992ae5644b077c1a4c2e50 (diff)
Notes
Diffstat (limited to 'security/dcetest/Makefile')
-rw-r--r--security/dcetest/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/security/dcetest/Makefile b/security/dcetest/Makefile
index 49389d15c035..3e389314d62b 100644
--- a/security/dcetest/Makefile
+++ b/security/dcetest/Makefile
@@ -8,21 +8,19 @@
PORTNAME= dcetest
PORTVERSION= 1.2
CATEGORIES= security
-MASTER_SITES= http://www.atstake.com/research/tools/info_gathering/
-DISTNAME= dcetest
-EXTRACT_SUFX= .tar
+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
-.if !target(post-install) && (${PORTNAME} == "dcetest")
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/dcetest
-.endif
-
.include <bsd.port.mk>