aboutsummaryrefslogtreecommitdiff
path: root/security/dissembler/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-18 13:54:17 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-18 13:54:17 +0000
commitdc20ad9d059926bc7a99b642fdabd40165f7821e (patch)
tree8bbe6309fbfd817c5f4e580937a797191f79eb88 /security/dissembler/Makefile
parent096910598200334a7a523321dde44db04eb9aac8 (diff)
downloadports-dc20ad9d059926bc7a99b642fdabd40165f7821e.tar.gz
ports-dc20ad9d059926bc7a99b642fdabd40165f7821e.zip
Notes
Diffstat (limited to 'security/dissembler/Makefile')
-rw-r--r--security/dissembler/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/security/dissembler/Makefile b/security/dissembler/Makefile
deleted file mode 100644
index 6e9afac2c474..000000000000
--- a/security/dissembler/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Yonatan <onatan@gmail.com>
-# $FreeBSD$
-
-PORTNAME= dissembler
-PORTVERSION= 0.9
-CATEGORIES= security
-MASTER_SITES= http://www.l0t3k.net/tools/ShellCode/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= onatan@gmail.com
-COMMENT= Tool that polymorphs bytecode to a printable ASCII string
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-11-18
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-PLIST_FILES=bin/${PORTNAME}
-PORTDOCS= ${PORTNAME}.txt
-
-BROKEN= checksum mismatch
-
-NO_STAGE= yes
-do-build:
- ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-. if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.txt ${DOCSDIR}
-. endif
-
-.include <bsd.port.mk>