freebsd-ports/sysutils/iextract/Makefile
Martin Wilke 226dfb51af - Update to 0.9.10
PR:		127836
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
2008-10-05 13:36:31 +00:00

24 lines
579 B
Makefile

# New ports collection makefile for: IExtract
# Date created: 19 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IExtract
PORTVERSION= 0.9.10
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Extract meta-information from files
LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
.include <bsd.port.mk>