summaryrefslogtreecommitdiff
path: root/audio/id3lib/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-07-31 14:28:00 +0000
committerdrochner <drochner@pkgsrc.org>2001-07-31 14:28:00 +0000
commitcb9a77636dc112b8d6da654a980284f74c82df41 (patch)
tree55fd2c11b27bd6a2c22dee42d63e00dd0b1929c5 /audio/id3lib/Makefile
parent82e0befeb46dd360e15b79857e49a3452831f49c (diff)
downloadpkgsrc-cb9a77636dc112b8d6da654a980284f74c82df41.tar.gz
initial import of id3lib-3.8.0pre1,
a library for manipulating ID3v1 and ID3v2 tags
Diffstat (limited to 'audio/id3lib/Makefile')
-rw-r--r--audio/id3lib/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile
new file mode 100644
index 00000000000..7db9bf36b6c
--- /dev/null
+++ b/audio/id3lib/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/31 14:28:00 drochner Exp $
+#
+
+DISTNAME= id3lib-3.8.0pre1
+CATEGORIES= audio
+MASTER_SITES= http://prdownloads.sourceforge.net/id3lib/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://id3lib.sourceforge.net/
+COMMENT= library for manipulating ID3v1 and ID3v2 tags
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"