1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/mdcp/Makefile
Antoine Brodin 739d639ab5 Mark BROKEN: fails to build
mdcp.cc:359:3: error: no matching function for call to 'clock_gettime'
  clock_gettime( NULL, &timeStarted );
  ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:10:02 +00:00

20 lines
389 B
Makefile

# Created by: Monzyne, W. <wamonzyne@hotmail.com>
# $FreeBSD$
PORTNAME= mdcp
PORTVERSION= 0.1.2.2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/shine
MAINTAINER= wamonzyne@hotmail.com
COMMENT= Fastest utility for copy from a disk device for many
BROKEN= fails to build
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= sbin/mdcp man/man1/mdcp.1.gz
.include <bsd.port.mk>