ff5ff7641b
Changes: 1.1.2: - New API call iso_image_get_bootcat() 1.1.0: - Bug fix: Padding as of iso_write_opts_set_tail_blocks() was added only after cylinder alignment as of iso_write_opts_set_system_area() and thus spoiled this alignment. PR: ports/158912 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer)
25 lines
561 B
Makefile
25 lines
561 B
Makefile
# New ports collection makefile for: libisofs
|
|
# Date created: 2008 November 06
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libisofs
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
|
|
|
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
|
|
COMMENT= Libburnia ISO9660 filesystem creation library
|
|
|
|
LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|