mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
739d639ab5
mdcp.cc:359:3: error: no matching function for call to 'clock_gettime' clock_gettime( NULL, &timeStarted ); ^~~~~~~~~~~~~ Reported by: pkg-fallout
20 lines
389 B
Makefile
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>
|