c0681eaaf1
Faked. mkhybrid has actually been merged with mkisofs, so either OpenBSD version of mkisofs should be updated, or the mkhybrid port should be based off mkisofs 1.13 or newer.
32 lines
831 B
Makefile
32 lines
831 B
Makefile
# $OpenBSD: Makefile,v 1.7 2000/06/09 22:22:25 espie Exp $
|
|
#
|
|
# Based on FreeBSD port by Murray Stokely <murray@cdrom.com>
|
|
|
|
DISTNAME= mkhybrid-1.12b5.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/linux/misc/ \
|
|
ftp://ftp.gwdg.de/pub/linux/misc/mkhybrid/attic/
|
|
|
|
MAINTAINER= retrev@csh.rit.edu
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HAS_CONFIGURE= Yes
|
|
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}${SYSCONFDIR}'
|
|
ALL_TARGET= World
|
|
MAN8= mkhybrid.8 isoinfo.8
|
|
|
|
post-build:
|
|
cd ${WRKSRC}/diag && make
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/diag && make prefix=${PREFIX} install
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/mkhybrid
|
|
${INSTALL_DATA} ${FILESDIR}/macmaping.tbl ${PREFIX}/share/mkhybrid
|
|
|
|
.include <bsd.port.mk>
|