summaryrefslogtreecommitdiff
path: root/audio/libcdaudio/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-09-03 22:09:04 +0000
committerrh <rh@pkgsrc.org>1999-09-03 22:09:04 +0000
commit1dd175b146f76c3dc1f3f71efc38241cd900d6bf (patch)
treeabd194e3cce5158740f441e7bd381ad13ef8d45f /audio/libcdaudio/Makefile
parenta759f78f6db45be5d8f072430b192aafe74c2f54 (diff)
downloadpkgsrc-1dd175b146f76c3dc1f3f71efc38241cd900d6bf.tar.gz
Initial import of libcdaudio-0.99.1, a multi-platform CD player development
library.
Diffstat (limited to 'audio/libcdaudio/Makefile')
-rw-r--r--audio/libcdaudio/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile
new file mode 100644
index 00000000000..ae5f04e55c9
--- /dev/null
+++ b/audio/libcdaudio/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 22:09:04 rh Exp $
+#
+
+DISTNAME= libcdaudio-0.99.1
+CATEGORIES= audio
+MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/ \
+ http://cdcd.undergrid.net/libcdaudio/source_archive/ \
+ ftp://gjhsnews.mesa.k12.co.us/pub/libcdaudio/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://cdcd.undergrid.net/libcdaudio/
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+.include "../../mk/bsd.pkg.mk"