# New ports collection makefile for: weedit # Date created: 9 Oct 2007 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= weedit PORTVERSION= 2.0.3 CATEGORIES= sysutils MASTER_SITES= http://adm1n.cjb.net/cw/ \ CRITICAL EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= File duplicate scanner with database support MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} SRCF= crc32 dlink weedit md5 PLIST_FILES= bin/weedit bin/weeditreaddb do-build: .for f in ${SRCF} ${CC} ${CFLAGS} -c ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}.o .endfor ${CC} ${CFLAGS} ${WRKSRC}/utils/readdb.c -o ${WRKSRC}/weeditreaddb ${CC} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} \ ${SRCF:C/(.*)/${WRKSRC}\/\1.o/} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/weeditreaddb ${PREFIX}/bin .include me Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 5.0avl2009-10-054-6/+45
* - Remove remaining SFP references (switch these ports to SF)amdmi32009-08-271-1/+1
* - Change to SFP macromiwi2009-08-191-1/+1
* - Update to 4.18.1.miwi2009-04-255-26/+116
* - Fix patch after update to 4.15amdmi32009-01-201-3/+3
* - Update to 4.15amdmi32009-01-193-4/+10
* - Update to 4.13miwi2008-12-156-707/+17