freebsd-ports/devel/libisofs/Makefile
Boris Samorodov 958e5f95fe Update to version 0.6.20.
PR:		ports/137627
Submitted by:	"J.R. Oldroyd" <fbsd at opal.com> (maintainer)
2009-08-10 12:15:17 +00:00

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>