pkgsrc/devel/libextractor/Makefile
tv 60ea8bda6d libextractor-0.3.10, a metadata generator for arbitrary files:
libextractor is a simple library for keyword extraction.  libextractor
does not support all formats but supports a simple plugging mechanism
such that you can quickly add extractors for additional formats, even
without recompiling libextractor. libextractor typically ships with a
dozen helper-libraries that can be used to obtain keywords from common
file-types.
2004-11-05 18:22:29 +00:00

25 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 18:22:29 tv Exp $
#
DISTNAME= libextractor-0.3.10
CATEGORIES= devel
MASTER_SITES= http://ovmj.org/libextractor/download/
MAINTAINER= tv@duh.org
HOMEPAGE= http://ovmj.org/libextractor/
COMMENT= Metadata extractor for various file data types
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFLICTS= csound-{bath,dev}-* # bin/extract
# This package requires dlopen, so save on space by skipping non-PIC libs
SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/libltdl/convenience.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"