1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/libisofs/Makefile
Yuri Victorovich b65874131c devel/libisofs: Add the patch to fix xorriso -hfsplus option bug
References:
http://forums.ghostbsd.org/viewtopic.php?f=98&t=711

PR:		226318
Submitted by:	ericturgeon.bsd@gmail.com
Approved by:	tcberner (mentor, implicit)
2018-03-08 18:55:50 +00:00

27 lines
551 B
Makefile

# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= libisofs
PORTVERSION= 1.4.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Libburnia ISO9660 filesystem creation library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libburn.so:devel/libburn
USES= iconv libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
.include <bsd.port.mk>