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
|
2009-03-21 00:00:56 +01:00
|
|
|
PORTVERSION= 0.1.7
|
2009-05-18 17:08:58 +02:00
|
|
|
PORTREVISION= 1
|
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 \
|
2009-05-18 17:08:58 +02:00
|
|
|
fftw3.5:${PORTSDIR}/math/fftw3
|
2003-02-03 13:40:41 +01:00
|
|
|
|
2009-03-21 00:00:56 +01:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
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>
|