# New ports collection makefile for: bcwipe # Date created: Mar 4, 2001 # Whom: crow # # $FreeBSD$ # PORTNAME= bcwipe PORTVERSION= 1.6.5 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ http://bsd.desa-hosting.de/distfiles/security/ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} MAINTAINER= ports@FreeBSD.org 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 ss='main'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/p5-Date-Japanese-Era
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-2/+2
* Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
* Cleanup plistantoine2014-11-121-7/+0
* Support STAGEDIR.vanilla2013-11-052-8/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Convert to new perl frameworkaz2013-08-031-1/+2
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-2/+2
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+sunpoet2011-09-171-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc....leeym2009-10-261-1/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-5/+1
* - Update to v0.06aaron2006-06-193-11/+13
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
* - Add SHA256pav2005-11-251-0/+1
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
* SIZEify.trevor2004-01-29