ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/audio/libsamplerate/Makefile
(Generate patch)

Comparing trunk/audio/libsamplerate/Makefile (file contents):
Revision 25066 by laffer1, Sun Mar 15 15:39:12 2015 UTC vs.
Revision 25067 by laffer1, Sat Feb 16 16:27:08 2019 UTC

# Line 1 | Line 1
1   # $MidnightBSD$
2  
3   PORTNAME=       libsamplerate
4 < PORTVERSION=    0.1.8
5 < PORTREVISION=   1
4 > PORTVERSION=    0.1.9
5   CATEGORIES=     audio
6   MASTER_SITES=   http://www.mega-nerd.com/SRC/
7  
# Line 11 | Line 10 | COMMENT=       Secret Rabbit Code: a Sample Rate Converter f
10  
11   LICENSE=        gpl2
12  
13 < USES=           libtool pathfix pkgconfig
13 > USES=           cpe libtool pathfix pkgconfig
14   USE_LDCONFIG=   yes
15 + CPE_VENDOR=     ${CPE_PRODUCT}_project
16   GNU_CONFIGURE=  yes
17   INSTALL_TARGET= install-strip
18  
# Line 30 | Line 30 | CONFIGURE_ARGS+=       --disable-cpu-clip
30   .endif
31  
32   .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
33 < BUILD_DEPENDS +=        ${LOCALBASE}/lib/libfftw3.so:${PORTSDIR}/math/fftw3
33 > BUILD_DEPENDS +=        ${LOCALBASE}/lib/libfftw3.so:math/fftw3
34   .else
35   CONFIGURE_ARGS+=        --disable-fftw
36   .endif
37  
38   .if ${PORT_OPTIONS:MEXAMPLES}
39 < LIB_DEPENDS+=   libsndfile.so:${PORTSDIR}/audio/libsndfile
39 > LIB_DEPENDS+=   libsndfile.so:audio/libsndfile
40   .elif defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
41 < BUILD_DEPENDS +=        libsndfile>=0:${PORTSDIR}/audio/libsndfile
41 > BUILD_DEPENDS +=        libsndfile>=0:audio/libsndfile
42   .else
43   CONFIGURE_ARGS+=        --disable-sndfile
44   .endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines