588a594942
- Blu-ray support - added CD raw reading and majority algorithm - C2 scanning support for CD media - changed treatment of CRC failures: old behaviour was to store a defective sector marker; now the actual sector contents are written to the image file. - Using the CDROM_SEND_PACKET ioctl() will hang parallel SCSI adapters. Added tests to determine the SCSI bus type, and switch to the SG_IO ioctl() when in doubt. [Linux] - fixed and documented -n command line options for RS02.
49 lines
1.4 KiB
Makefile
49 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.14 2012/02/04 21:57:54 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= dvdisaster-0.72.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://dvdisaster.net/downloads/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= shattered@NetBSD.org
|
|
HOMEPAGE= http://www.dvdisaster.net/en/
|
|
COMMENT= Protects data on optical media with error correcting codes
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* Linux-*-*
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= gettext-tools>=0.14:../../devel/gettext-tools
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
|
|
|
|
ONLY_FOR_COMPILER= gcc
|
|
USE_LANGUAGES= c
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= bash gmake pkg-config
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc
|
|
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --buildroot=${DESTDIR}
|
|
CONFIGURE_ARGS+= --with-embedded-src-path=no
|
|
CONFIG_SHELL= ${TOOLS_PATH.bash}
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
CHECK_PORTABILITY_SKIP+=macinst/launcher.sh
|
|
|
|
post-install:
|
|
rm -f ${DESTDIR}${PREFIX}/bin/dvdisaster-uninstall.sh
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|