cb9a77636d
a library for manipulating ID3v1 and ID3v2 tags
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $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"
|