freebsd-ports/audio/libsamplerate/Makefile

36 lines
904 B
Makefile
Raw Normal View History

# 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
CATEGORIES= audio
2003-10-27 10:11:28 +01:00
MASTER_SITES= http://www.mega-nerd.com/SRC/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
2006-05-11 17:12:06 +02:00
fftw3.4:${PORTSDIR}/math/fftw3
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget pkgconfig
2006-05-11 17:12:06 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gcc-pipe
USE_LDCONFIG= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.css ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
.endif
.include <bsd.port.mk>