34 lines
747 B
Makefile
Raw Normal View History

2013-03-21 08:45:11 +00:00
# $OpenBSD: Makefile,v 1.25 2013/03/21 08:45:12 ajacoutot Exp $
COMMENT= library to handle various audio file formats
DISTNAME= libsndfile-1.0.25
REVISION= 0
CATEGORIES= audio
2004-02-27 23:35:46 +00:00
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
MAINTAINER= Jan Stary <hans@stare.cz>
SHARED_LIBS += sndfile 3.3 # .1.25
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}files/
WANTLIB= c m sndio FLAC ogg vorbis vorbisenc
2005-10-18 23:24:25 +00:00
CONFIGURE_STYLE=gnu
2008-03-25 21:24:24 +00:00
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-alsa \
--disable-octave \
2011-04-14 07:27:00 +00:00
--disable-sqlite
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/Cfg
2010-10-18 16:52:44 +00:00
USE_GROFF = Yes
LIB_DEPENDS= audio/flac \
audio/libogg \
audio/libvorbis
FAKE_FLAGS= htmldocdir=${PREFIX}/share/doc/libsndfile
2004-02-27 23:35:46 +00:00
.include <bsd.port.mk>