# New ports collection makefile for: l0phtcrack # Date created: 2000-10-31 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= l0phtcrack PORTVERSION= 1.5 CATEGORIES= security MASTER_SITES= http://www.l0pht.com/l0phtcrack/dist/ DISTNAME= lcsrc DIST_SUBDIR= ${PORTNAME} MAINTAINER= trevor@FreeBSD.org DOCDIR= share/doc/${PORTNAME} NO_PACKAGE= "uses GNU getopt with BSDish-licensed code from OpenSSL" NO_WRKSUBDIR= yes PLIST= ${WRKDIR}/pkg-plist USE_ZIP= yes post-extract: ${RM} ${WRKDIR}/*exe ${PERL} -pi -e "s:\r::g" ${WRKDIR}/* ${PERL} -pi -e "s:ommited:omitted:g" ${WRKDIR}/util.c do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -DMPU8086 *.c -o lc_CLI pre-install: ${ECHO} bin/lc_CLI > ${PLIST} .if !defined(NOPORTDOCS) for i in `find ${WRKDIR} -name '*txt'`; \ do ${ECHO} ${DOCDIR}/`${BASENAME} $${i}` >> ${PLIST}; \ done ${ECHO} @dirrm ${DOCDIR} >> ${PLIST} .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lc_CLI ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/${DOCDIR} cd ${WRKSRC} && pax -r -w *txt ${PREFIX}/${DOCDIR} .endif .include lantw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-revtree
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Unbreak after recent update to trac 0.12glarkin2010-07-272-7/+7
* - Chase devel/apr -> devel/apr1 shufflingpgollucci2010-05-181-1/+1
* 4/5: Chase devel/apr shlib bumppgollucci2010-05-061-0/+1
* - Get rip python 2.3+miwi2009-12-141-1/+1
* - Update to 0.6.3glarkin2009-04-302-5/+4
* - Added support for optional display enhancers. One of themglarkin2008-11-273-1/+43