blob: f7adcddeac236ed8aece1724671993582cdedc28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: libsamplerate
# Date created: 2 February 2003
# Whom: <dmagda+libsamplerate@ee.ryerson.ca>
#
# $FreeBSD$
#
PORTNAME= libsamplerate
PORTVERSION= 0.0.15
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/SRC/
MAINTAINER= ports@FreeBSD.org
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
fftw.2:${PORTSDIR}/math/fftw
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gcc-pipe
INSTALLS_SHLIB= 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>
|