2008-12-07 15:33:16 +01:00
|
|
|
# New ports collection makefile for: libisoburn
|
|
|
|
# Date created: 2008 November 13
|
|
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-03-16 22:15:11 +01:00
|
|
|
PORTNAME= xorriso
|
2011-07-28 08:45:27 +02:00
|
|
|
PORTVERSION= 1.1.2
|
2008-12-07 15:33:16 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
2011-07-28 08:45:27 +02:00
|
|
|
DISTNAME= libisoburn-${PORTVERSION}
|
2008-12-07 15:33:16 +01:00
|
|
|
|
2011-07-28 08:45:27 +02:00
|
|
|
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
|
2008-12-07 15:33:16 +01:00
|
|
|
COMMENT= ISO image manipulation tool based on Libburnia
|
|
|
|
|
2011-07-28 08:45:27 +02:00
|
|
|
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
|
2008-12-07 15:33:16 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2011-07-28 08:45:27 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2008-12-07 15:33:16 +01:00
|
|
|
USE_ICONV= yes
|
|
|
|
USE_LDCONFIG= yes
|
2011-07-28 08:45:27 +02:00
|
|
|
WANT_GNOME= yes
|
2008-12-07 15:33:16 +01:00
|
|
|
|
2011-07-28 08:45:27 +02:00
|
|
|
INFO= xorriso xorrisofs
|
|
|
|
MAN1= xorriso.1 xorrisofs.1
|
2008-12-07 15:33:16 +01:00
|
|
|
|
|
|
|
post-patch:
|
2011-07-28 08:45:27 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
2008-12-07 15:33:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|