pkgsrc/audio/libmp3splt/Makefile
bjs e8c651f5e0 This library provides functions for splitting/manipulation of MP3 and
OGG/Vorbis files.  It is provided mainly for use with mp3splt, as this
allows the mp3splt package not to explicitly depend on any of this
library's dependencies.  Of course, other programs are free to
use it!
2008-02-06 09:26:36 +00:00

23 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/02/06 09:26:36 bjs Exp $
#
DISTNAME= libmp3splt-0.4_rc1
PKGNAME= ${DISTNAME:S/_//}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://mp3splt.sourceforge.net/
COMMENT= Utility library for MP3 splitting/manipulation
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"