mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
185ed73f34
- use USES gmake
28 lines
670 B
Makefile
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>
|