2009-05-31 13:31:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2009/05/31 17:31:13 jasper Exp $
|
2002-11-03 12:10:08 -05:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= library to handle various audio file formats
|
2002-11-03 12:10:08 -05:00
|
|
|
|
2009-05-15 14:19:30 -04:00
|
|
|
DISTNAME= libsndfile-1.0.20
|
2009-05-31 13:31:13 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2002-11-03 12:10:08 -05:00
|
|
|
CATEGORIES= audio
|
2004-02-27 18:35:46 -05:00
|
|
|
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
|
2009-05-15 14:19:30 -04:00
|
|
|
SHARED_LIBS += sndfile 3.1 # .1.20
|
2002-11-03 12:10:08 -05:00
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
2009-04-26 13:18:42 -04:00
|
|
|
# LGPLv2.1 or v3.
|
2002-11-03 12:10:08 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2005-10-18 19:24:25 -04:00
|
|
|
WANTLIB= c m
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
2005-05-23 19:49:27 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2008-03-25 17:24:24 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-alsa \
|
2009-04-26 13:18:42 -04:00
|
|
|
--disable-external-libs \
|
2009-05-18 17:37:09 -04:00
|
|
|
--disable-octave \
|
2008-03-25 17:24:24 -04:00
|
|
|
--disable-sqlite
|
2002-11-03 12:10:08 -05:00
|
|
|
|
2008-01-04 12:48:33 -05:00
|
|
|
FAKE_FLAGS= htmldocdir=${PREFIX}/share/doc/libsndfile
|
2004-02-27 18:35:46 -05:00
|
|
|
|
2002-11-03 12:10:08 -05:00
|
|
|
.include <bsd.port.mk>
|