mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
47366a8998
PR: 32213 Submitted by: KATO Tsuguru <tkato@prontomail.com>
35 lines
712 B
Makefile
35 lines
712 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: libsndfile
|
|
# Date created: Jul 20, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsndfile
|
|
PORTVERSION= 0.0.27
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe
|
|
INSTALLS_SHLIB= yes
|
|
|
|
PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \
|
|
new_file_type.HOWTO sndfile_info.html
|
|
|
|
pre-patch:
|
|
@${PERL} -pi -e 's|-g -O2 ||g' ${WRKSRC}/configure
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|