diff options
author | drochner <drochner@pkgsrc.org> | 2001-07-31 14:28:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-07-31 14:28:00 +0000 |
commit | cb9a77636dc112b8d6da654a980284f74c82df41 (patch) | |
tree | 55fd2c11b27bd6a2c22dee42d63e00dd0b1929c5 /audio/id3lib/Makefile | |
parent | 82e0befeb46dd360e15b79857e49a3452831f49c (diff) | |
download | pkgsrc-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/Makefile | 16 |
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" |