2004-11-21 12:51:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2004/11/21 17:51:45 espie Exp $
|
2002-11-03 12:10:08 -05:00
|
|
|
|
|
|
|
COMMENT= "library to handle various audio file formats"
|
|
|
|
|
2004-02-27 18:35:46 -05:00
|
|
|
DISTNAME= libsndfile-1.0.7
|
2002-11-03 12:10:08 -05:00
|
|
|
CATEGORIES= audio
|
2004-02-27 18:35:46 -05:00
|
|
|
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
|
2002-11-03 12:10:08 -05:00
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-21 12:51:44 -05:00
|
|
|
WANTLIB= c m
|
2002-11-03 12:10:08 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
2004-02-27 18:35:46 -05:00
|
|
|
# create_symbols_file.sh uses invalid syntax and we don't need this file
|
|
|
|
pre-build:
|
|
|
|
touch ${WRKBUILD}/src/Symbols
|
|
|
|
|
2002-11-03 12:10:08 -05:00
|
|
|
.include <bsd.port.mk>
|