freebsd-ports/sysutils/dvdtape/Makefile
Brian Somers 8d7739e998 constify dvdtape.c
Correct format arguments for unsigned long longs;

  In printf, use %llu
  In sscanf, use %qu

These were both previously using %Ld...

This fixes generation of DVDs >4Gb in size.
2001-09-23 00:52:44 +00:00

24 lines
535 B
Makefile

# New ports collection makefile for: dvdtape
# Date created: 03 Apr 2001
# Whom: brian
#
# $FreeBSD$
#
PORTNAME= dvdtape
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/dvdtape/ \
http://people.FreeBSD.org/~brian/dvdtape/ \
ftp://ftp.yggdrasil.com/pub/dist/device_control/dvdtape/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/disk-management
MAINTAINER= brian@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAN1= dvdtape.1
.include <bsd.port.mk>