freebsd-ports/sysutils/iextract/Makefile
Andrew Pantyukhin 3ea0675546 IExtract is a little utility designed to extract the properites (title,
author and comment) out of different documents and present them in a
list for further processing.

The following documents are supported:

* HTML
* PNG
* GIF
* JPEG
* MP3
* OGG
* PDF
* StarOffice documents
* OpenOffice documents
* Abiword documents
* RTF documents

WWW: http://iextract.sourceforge.net/
2006-08-20 12:33:39 +00:00

28 lines
733 B
Makefile

# New ports collection makefile for: IExtract
# Date created: 19 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IExtract
PORTVERSION= 0.8.10
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Extract meta-information from files
LIB_DEPENDS= YGP-0.8.10.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}
PLIST_FILES= bin/IExtract \
share/locale/de/LC_MESSAGES/IExtract.mo \
share/locale/en/LC_MESSAGES/IExtract.mo \
share/locale/es/LC_MESSAGES/IExtract.mo
.include <bsd.port.mk>