summaryrefslogtreecommitdiff
path: root/audio/libsndfile/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-08-23 11:39:27 +0000
committerdillo <dillo@pkgsrc.org>2002-08-23 11:39:27 +0000
commite986a6810ea64d6508bdbf32ac40239726b32489 (patch)
tree82f2171bf4eb1007c51ca4cec2be19950e61e735 /audio/libsndfile/Makefile
parentdff21bc4f9bab8f43fef35f3bd1b9df144426891 (diff)
downloadpkgsrc-e986a6810ea64d6508bdbf32ac40239726b32489.tar.gz
add libsndfile 1.0.0
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.
Diffstat (limited to 'audio/libsndfile/Makefile')
-rw-r--r--audio/libsndfile/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
new file mode 100644
index 00000000000..6d237974dd2
--- /dev/null
+++ b/audio/libsndfile/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/23 11:39:27 dillo Exp $
+#
+
+DISTNAME= libsndfile-1.0.0
+CATEGORIES= audio
+MASTER_SITES= http://www.zipworld.com.au/~erikd/libsndfile/
+
+MAINTAINER= dillo@giga.or.at
+HOMEPAGE= http://www.zipworld.com.au/~erikd/libsndfile/
+COMMENT= library for reading and writing audio files
+
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY=YES
+
+.include "../../mk/bsd.pkg.mk"