27 lines
729 B
Makefile
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"
|