# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD: branches/RELENG_9_2_0/sysutils/iextract/Makefile 316407 2013-04-24 07:35:40Z ak $

PORTNAME=	IExtract
PORTVERSION=	0.9.30
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extract meta-information from files

LIB_DEPENDS=	YGP.0:${PORTSDIR}/devel/libYGP

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USES=		pkgconfig gettext
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --disable-rpath

.include <bsd.port.mk>
