pkgsrc/audio/easytag/Makefile
wiz 96d33d4dea Does not build with flac-1.1.3; I am not going to backport the fix, since
easytag-devel already supports the new API, use that instead.
2007-01-12 20:02:53 +00:00

23 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.53 2007/01/12 20:02:53 wiz Exp $
#
DISTNAME= easytag-1.1
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://easytag.sourceforge.net/
COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake xgettext
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"