48b218ffe5
- Use gnomehack - Pet portlint - Pass maintainership to new volunteer (maintainer of devel/libburn and devel/libisofs) Changes: http://libburnia-project.org/browser/libisoburn/tags/1.1.2/ChangeLog PR: ports/159098 Submitted by: sunpoet (myself) Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
35 lines
877 B
Makefile
35 lines
877 B
Makefile
# New ports collection makefile for: libisoburn
|
|
# Date created: 2008 November 13
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xorriso
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
|
DISTNAME= libisoburn-${PORTVERSION}
|
|
|
|
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
|
|
COMMENT= ISO image manipulation tool based on Libburnia
|
|
|
|
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= xorriso xorrisofs
|
|
MAN1= xorriso.1 xorrisofs.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|