# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD: sysutils/xorriso/Makefile 331069 2013-10-20 22:55:19Z delphij $

PORTNAME=	xorriso
PORTVERSION=	1.3.2
CATEGORIES=	sysutils
MASTER_SITES=	http://files.libburnia-project.org/releases/
DISTNAME=	libisoburn-${PORTVERSION}

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	ISO image manipulation tool based on Libburnia

LICENSE=	GPLv2

BUILD_DEPENDS=	libburn>=1.1.0:${PORTSDIR}/devel/libburn \
		libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
RUN_DEPENDS=	libburn>=1.1.0:${PORTSDIR}/devel/libburn \
		libisofs>=1.1.2:${PORTSDIR}/devel/libisofs

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USES=		pathfix pkgconfig iconv
USE_LDCONFIG=	yes
WANT_GNOME=	yes

INFO=		xorrecord xorriso xorrisofs
MAN1=		xorrecord.1 xorriso.1 xorrisofs.1

NO_STAGE=	yes
.include <bsd.port.mk>
