# New ports collection makefile for: bcwipe # Date created: Mar 4, 2001 # Whom: crow # # $FreeBSD$ # PORTNAME= bcwipe PORTVERSION= 1.6.5 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 cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsman
Commit message (Expand)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-271-6/+5
* Remove useless WRKSRC definitions.mat2016-05-251-1/+0
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-8/+2
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-2/+0
* Remove OSVERSION checks that do not make sense any more.mat2015-04-031-4/+0
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
* Cleanup plistbapt2014-10-201-4/+0
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
* - Update to 6.4.4.2 [1]gahr2013-10-075-38/+380
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-5/+2