freebsd-ports/sysutils/libisoburn/Makefile
Martin Wilke 41d0e55090 Libisoburn is a front-end for libraries libburn and libisofs of
the libburnia project.

Xorriso copies file objects from POSIX compliant filesystems into
Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
manipulation of such filesystems. It can load the management
information of existing ISO images and it writes the session results
to optical media or to filesystem objects.  Vice versa xorriso is
able to restore file objects from ISO 9660 filesystems.

WWW: http://libburnia-project.org/
WWW: http://scdbackup.sourceforge.net/xorriso_eng.html

PR:		ports/129265
Submitted by:	J.R. Oldroyd <fbsd at opal.com>
2008-12-07 14:33:16 +00:00

36 lines
836 B
Makefile

# New ports collection makefile for: libisoburn
# Date created: 2008 November 13
# Whom: J.R. Oldroyd <fbsd@opal.com>
#
# $FreeBSD$
#
PORTNAME= libisoburn
PORTVERSION= 0.2.8
CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX}
MAINTAINER= fbsd@opal.com
COMMENT= ISO image manipulation tool based on Libburnia
LIB_DEPENDS= burn.23:${PORTSDIR}/devel/libburn \
isofs.12:${PORTSDIR}/devel/libisofs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" \
LDFLAGS="-lcam -L${PREFIX}/lib -liconv"
WANT_GNOME= yes
USE_GNOME= pkgconfig
USE_GMAKE= yes
USE_ICONV= yes
USE_LDCONFIG= yes
MAN1= xorriso.1
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|;' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>