pkgsrc/devel/libextractor/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

27 lines
729 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:52 jlam Exp $
#
DISTNAME= libextractor-0.3.11
PKGREVISION= 1
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_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
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/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"