# Ports collection makefile for: dissembler # Date created: 13 Mar 2005 # Whom: Yonatan # # $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= A tool that polymorphs bytecode to a printable ASCII string WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES=bin/${PORTNAME} PORTDOCS= ${PORTNAME}.txt 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 ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.0.4.marcus2009-06-145-255/+17
* - Fix CVE-2008-5718miwi2009-03-191-0/+143
* Refactor the rc.d script to add support for the netatalk.conf daemonmarcus2007-04-032-6/+67
* Fix the build with BDB 4.3 and higher.marcus2007-01-282-0/+28
* Fix detection of BDB libraries.marcus2006-10-091-4/+71
* * Use new USE_RC_SUBR layoutmarcus2006-07-262-2/+2
* Add a missing cnid_metad to the PROVIDE line.marcus2006-01-091-2/+2
* One second thought, netatalk can get away with requiring DAEMON.marcus2006-01-091-2/+2
* * Update rc.d script for the New World Order, and require slpd if desiredmarcus2006-01-091-4/+4
* Update to 2.0.0. See http://netatalk.sourceforge.net/2.0/ReleaseNotes.htmlmarcus2004-10-125-108/+64
* Update to 1.6.4.marcus2003-12-082-15/+28
* Update to 1.6.3.marcus2003-06-201-10/+10
* * Update to 1.6.1marcus2003-02-233-82/+13
* Fix build with OpenSSL 0.9.7.marcus2003-02-202-0/+58
* Update to 1.6.0.marcus2003-01-023-29/+23
* Don't create an /etc/pam.d directory on -stable. This breaks PAM.marcus2002-10-081-0/+13
* * Update to 1.5.5marcus2002-10-061-17/+27
* Fix build on -CURRENT.marcus2002-09-091-0/+12
* Update to 1.5.3.1dwcjr2002-04-011-7/+7
* - Update to 1.5.2pat2002-02-271-8/+8
* Update to 1.5.1.1pat2002-01-273-61/+32
* Fix build error and bump PORTREVISIONpat2002-01-091-0/+29