aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xorriso/Makefile
blob: ea3e8f78023adb3408ad8430c2b00f2be8bd5e13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    libisoburn
# Date created:     2008 November 13
# Whom:         J.R. Oldroyd <fbsd@opal.com>
#
# $FreeBSD$
#

PORTNAME=   xorriso
PORTVERSION=    1.2.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
USE_GNOME=  gnomehack pkgconfig
USE_ICONV=  yes
USE_LDCONFIG=   yes
WANT_GNOME= yes

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

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure

.include <bsd.port.mk>