958e5f95fe
PR: ports/137627 Submitted by: "J.R. Oldroyd" <fbsd at opal.com> (maintainer)
24 lines
538 B
Makefile
24 lines
538 B
Makefile
# New ports collection makefile for: libisofs
|
|
# Date created: 2008 November 06
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libisofs
|
|
PORTVERSION= 0.6.20
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= Libburnia ISO9660 filesystem creation library
|
|
|
|
LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -liconv"
|
|
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|