1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/xorriso/Makefile
Martin Wilke 185ed73f34 - Stage support
- use USES gmake
2014-02-12 05:57:58 +00:00

28 lines
670 B
Makefile

# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= xorriso
PORTVERSION= 1.3.4
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
USES= pathfix pkgconfig iconv gmake
USE_LDCONFIG= yes
WANT_GNOME= yes
INFO= xorrecord xorriso xorrisofs
.include <bsd.port.mk>