1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/sysutils/mkisofs/Makefile
Dirk Froemberg aa80aaa009 Upgrade to mkisofs included in cdrecord-1.8a36.
From AN-1.8a35:

- The -a option is now obsolete. Now all files are put on CD by default.
  To suppress backup files use the new option -nobak

- -nobak option new to exlude files that contain a '~' or a '#' or
  end in '.bak'

From AN-1.8a36:

- Support for Eltorito Hard-disk-emulation boot from H.P.Anvin
  Note that the original source was non portable and I could not
  test if my portable version work correctly.

- Support for Eltorito No-emulation boot from H.P.Anvin
  Note that the original source was non portable and I could not
  test if my portable version work correctly.

- Support for Eltorito boot-disable boot from H.P.Anvin

- Eltorito boot catalog is now a 'virtual file' (thanks to James Pearson)
  No need to write to the source tree anymore.
1999-12-22 10:28:37 +00:00

35 lines
888 B
Makefile

# New ports collection makefile for: mkisofs
# Version required: 1.12b5
# Date created: 07 Aug 1996
# Whom: jhk
#
# $FreeBSD$
#
DISTNAME= cdrecord-1.8a36
PKGNAME= mkisofs-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/ \
ftp://ftp.gwdg.de/pub/linux/misc/cdrecord/alpha/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/
MAINTAINER= dirk@FreeBSD.org
VERSION= 1.12b5
WRKSRC= ${WRKDIR}/cdrecord-1.8
USE_GMAKE= yes
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG -DHAVE_SIZE_T"
MAN8= mkisofs.8
.if ${MACHINE_ARCH} == "alpha"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
${WRKSRC}/RULES/alpha-freebsd-cc.rul
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mkisofs-${VERSION}/OBJ/${ARCH}-freebsd-cc/mkisofs ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/mkisofs-${VERSION}/mkisofs.8 ${PREFIX}/man/man8
.include <bsd.port.mk>