2003-02-03 13:40:41 +01:00
|
|
|
# New ports collection makefile for: libsamplerate
|
|
|
|
# Date created: 2 February 2003
|
|
|
|
# Whom: <dmagda+libsamplerate@ee.ryerson.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsamplerate
|
2008-03-25 16:51:34 +01:00
|
|
|
PORTVERSION= 0.1.3
|
2003-02-03 13:40:41 +01:00
|
|
|
CATEGORIES= audio
|
2003-10-27 10:11:28 +01:00
|
|
|
MASTER_SITES= http://www.mega-nerd.com/SRC/
|
2003-02-03 13:40:41 +01:00
|
|
|
|
2006-06-09 20:00:35 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2003-05-16 05:11:23 +02:00
|
|
|
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
|
2003-02-03 13:40:41 +01:00
|
|
|
|
2003-05-16 05:11:23 +02:00
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
2006-05-11 17:12:06 +02:00
|
|
|
fftw3.4:${PORTSDIR}/math/fftw3
|
2003-02-03 13:40:41 +01:00
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-10-15 00:57:36 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2006-05-11 17:12:06 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-05-16 05:11:23 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --disable-gcc-pipe
|
2007-03-26 23:35:04 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-02-03 13:40:41 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-05-16 05:11:23 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.css ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
|
2003-02-03 13:40:41 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|