aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libsndfile/Makefile
blob: bc581522bd30fc1f0352de3d18349950c8b7f843 (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
# ex:ts=8
# New ports collection makefile for:    libsndfile
# Date created:         Jul 20, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

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

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

.if !defined(NOPORTDOCS)
post-install:
    @${MKDIR} ${DOCSDIR}
    @${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif

.include <bsd.port.mk>