pkgsrc/audio/asunder/Makefile
obache 362264f462 Import asunder-2.4 as audio/asunder.
Based on packaged by Dave Tyson and provided via PR pkg/48542.

Asunder is a GTK based graphical Audio CD ripper and encoder.
2014-02-04 11:36:44 +00:00

26 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/02/04 11:36:44 obache Exp $
DISTNAME= asunder-2.4
CATEGORIES= audio
MASTER_SITES= http://littlesvr.ca/asunder/releases/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= dtyson@anduin.org.uk
HOMEPAGE= http://littlesvr.ca/asunder/
COMMENT= Graphical CD ripper
LICENSE= gnu-gpl-v2
DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia
DEPENDS+= lame-[0-9]*:../../audio/lame
DEPENDS+= flac-[0-9]*:../../audio/flac
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt
BUILDLINK_API_DEPENDS.libcddb+= libcddb>=0.9.5
.include "../../audio/libcddb/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"