# New ports collection makefile for: bcwipe # Date created: Mar 4, 2001 # Whom: crow # # $FreeBSD$ # PORTNAME= bcwipe PORTVERSION= 1.6.1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ http://bsd.desa-hosting.de/distfiles/security/ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} MAINTAINER= dako@desa-hosting.de COMMENT= BCWipe securely erases data from magnetic and solid-state memory NO_CDROM= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DOS_FreeBSD MAKE_ARGS+= CFLAGS="${CFLAGS}" MAN1= bcwipe.1 PLIST_FILES= bin/bcwipe post-patch: @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,if (NULL == mktemp(result)),if (mkstemp(result) == -1),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,mktemp,mkstemp,g" ${WRKSRC}/wipe.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bcwipe ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/bcwipe.1 ${MAN1PREFIX}/man/man1 .include index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailsync
Commit message (Expand)AuthorAgeFilesLines
* - respect NOPORTEXAMPLES and fix plistitetcu2008-06-302-5/+6
* Remove patchfiles which were obsoleted by the new updates toedwin2007-10-022-12/+1
* Chase mail/cclient shared library version bump.edwin2007-09-303-5/+19
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
* - Add SHA256pav2005-11-251-0/+1
* - Overhaul the port, unbreak, undeprecatepav2005-08-122-24/+97
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
* BROKEN: Configure failskris2005-04-301-0/+2
* - Update to 5.2.1sem2005-04-175-81/+45
* - Unset USE_GCC=2.95 and add patch to fix build with gcc 3.xpav2004-07-144-10/+18
* - SIZE'ifykrion2004-03-23