63eeca4c3e
Bump all dependent ports that need a bump. Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary. ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
38 lines
840 B
Makefile
38 lines
840 B
Makefile
# $OpenBSD: Makefile,v 1.23 2013/01/26 15:53:20 bcallah Exp $
|
|
|
|
COMMENT= library to handle various audio file formats
|
|
|
|
DISTNAME= libsndfile-1.0.25
|
|
REVISION= 0
|
|
CATEGORIES= audio
|
|
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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
|
|
|
WANTLIB= c m sndio FLAC ogg vorbis vorbisenc
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-alsa \
|
|
--disable-octave \
|
|
--disable-sqlite
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/Cfg
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= audio/flac \
|
|
audio/libogg \
|
|
audio/libvorbis
|
|
|
|
FAKE_FLAGS= htmldocdir=${PREFIX}/share/doc/libsndfile
|
|
|
|
.include <bsd.port.mk>
|