2001-07-20 04:45:18 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libsndfile
|
|
|
|
# Date created: Jul 20, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsndfile
|
2003-05-04 23:36:32 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2001-07-20 04:45:18 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
|
2001-07-20 04:45:18 +02:00
|
|
|
|
2003-08-20 12:48:57 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2001-08-25 01:16:41 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe
|
2001-07-20 04:45:18 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-01-02 20:10:45 +01:00
|
|
|
MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1
|
2002-09-20 09:36:43 +02:00
|
|
|
|
2001-08-25 01:16:41 +02:00
|
|
|
PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \
|
2001-11-23 18:32:50 +01:00
|
|
|
new_file_type.HOWTO sndfile_info.html
|
2001-08-25 01:16:41 +02:00
|
|
|
|
2001-07-20 04:45:18 +02:00
|
|
|
post-install:
|
2002-05-02 23:23:37 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-07-20 04:45:18 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2001-08-25 01:16:41 +02:00
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-07-20 04:45:18 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|