aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libsndfile/Makefile
blob: 79be9903c550b8c2f491c72f7e78dc693f0e604b (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
36
37
38
39
40
41
42
43
# ex:ts=8
# New ports collection makefile for:    libsndfile
# Date created:         Jul 20, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libsndfile
PORTVERSION=    1.0.1
CATEGORIES= audio
MASTER_SITES=   http://www.zip.com.au/~erikd/libsndfile/

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS=    pkg-config:${PORTSDIR}/devel/pkgconfig

USE_REINPLACE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe
INSTALLS_SHLIB= yes

MAN1=       sndfile-info.1 sndfile-play.1

PORTDOCS=   ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \
        new_file_type.HOWTO sndfile_info.html

pre-patch:
    @${REINPLACE_CMD} -e 's|-g -O2 ||g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e \
        's|libdir[)]/pkgconfig|prefix)/libdata/pkgconfig|g' \
            ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>