mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ecc925dab2
PR: 222476 Submitted by: duchateau.olivier@gmail.com
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libisofs
|
|
PORTVERSION= 1.4.8
|
|
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>
|